Callgrind: a call-graph generating cache and branch prediction profiler
--instr=<on|off>
Switch instrumentation mode on or off. If a Callgrind run has instrumentation disabled, no simulation is done and no
events are counted. This is useful to skip uninteresting program parts, as there is much less slowdown (same as with
the Valgrind tool "none"). See also the Callgrind option
--instr-atstart
.
-w=<dir>
Specify the startup directory of an active Callgrind run. On some systems, active Callgrind runs can not be detected. To
be able to control these, the failed auto-detection can be worked around by specifying the directory where a Callgrind
run was started.
105