mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-22 04:11:40 +00:00
refactoring done default
This commit is contained in:
9
profiling.sh
Executable file
9
profiling.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
valgrind \
|
||||
--tool=callgrind \
|
||||
--dump-instr=yes \
|
||||
--collect-jumps=yes \
|
||||
--simulate-cache=yes $1 -- $2
|
Reference in New Issue
Block a user