Skip to content

custom perf & dtrace invocation support

Compare
Choose a tag to compare
@spacejam spacejam released this 12 May 07:29
4561edd

Support is now added for passing custom scripts to perf & dtrace using the -c argument. This enables correlating various interesting perf metrics like branch-misses, cache-misses, topdown-fetch-bubbles or anything else listed by your system's perf list output.

example:

cargo flamegraph -c "record -e branch-misses -c 100 --call-graph lbr -g"

Binaries for this release are provided for x86_64 linux.