Home | History | Annotate | Download | only in bin

Lines Matching refs:callgrind

193    --callgrind         Generate callgrind format to stdout
386 "callgrind!" => \$main::opt_callgrind,
860 if (m/^\s*callgrind\s*([^ \n]*)/) {
867 $filename = TempName($main::next_tmpfile, "callgrind");
1029 callgrind
1030 callgrind [filename]
1031 Generates callgrind file. If no filename is given, kcachegrind is called.
1197 # Callgrind format has a compression for repeated function and file
1201 # pair that would normally be printed by callgrind; $map is a map from
1219 # Print the call graph in a way that's suiteable for callgrind.
1228 print STDERR "Writing callgrind file to '$filename'.\n"