Lines Matching refs:callgrind
194 --callgrind Generate callgrind format to stdout
394 "callgrind!" => \$main::opt_callgrind,
890 if (m/^\s*callgrind\s*([^ \n]*)/) {
897 $filename = TempName($main::next_tmpfile, "callgrind");
1059 callgrind
1060 callgrind [filename]
1061 Generates callgrind file. If no filename is given, kcachegrind is called.
1246 # Callgrind format has a compression for repeated function and file
1250 # pair that would normally be printed by callgrind; $map is a map from
1268 # Print the call graph in a way that's suiteable for callgrind.
1277 print STDERR "Writing callgrind file to '$filename'.\n"