1
0
mirror of https://github.com/fluencelabs/jsonpath synced 2025-03-16 15:30:50 +00:00
jsonpath/profiling.sh
2019-06-11 18:56:27 +09:00

9 lines
145 B
Bash
Executable File

#!/usr/bin/env bash
set -e
valgrind \
--tool=callgrind \
--dump-instr=yes \
--collect-jumps=yes \
--simulate-cache=yes $1 -- $2