1
0
mirror of https://github.com/fluencelabs/jsonpath synced 2025-05-12 09:07:11 +00:00
jsonpath/profiling.sh

9 lines
145 B
Bash
Raw Normal View History

2019-05-26 23:30:01 +09:00
#!/usr/bin/env bash
set -e
valgrind \
--tool=callgrind \
--dump-instr=yes \
--collect-jumps=yes \
--simulate-cache=yes $1 -- $2