DEBSOURCES
Skip Quicknav
sources / rustc / 1.86.0%2Bdfsg1-1 / vendor / jsonpath_lib-0.3.0 / profiling.sh
123456789
#!/usr/bin/env bash set -e valgrind \ --tool=callgrind \ --dump-instr=yes \ --collect-jumps=yes \ --simulate-cache=yes $1 -- $2