HomeSort by relevance Sort by last modified time
    Searched refs:commify (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/Scripts/
parse-malloc-history 39 sub commify($);
160 print commify($callCount) . " calls for " . commify($byteCount) . " bytes: $callstack\n";
163 print "total: " . commify($byteCountTotalReported) . " bytes (" . commify($byteCountTotal - $byteCountTotalReported) . " bytes excluded).\n";
169 sub commify($) subroutine
  /external/valgrind/main/callgrind/
callgrind_control.in 126 sub commify ($) {
163 my $count = (defined $CC->[$i] ? commify($CC->[$i]) : ".");
417 print " Functions: ".commify($dist_funcs);
418 print " (executed ".commify($exec_calls);
419 print ", contexts ".commify($dist_ctxs).")\n";
421 print " Basic blocks: ".commify($dist_bbs);
422 print " (executed ".commify($exec_bbs);
423 print ", call sites ".commify($dist_calls).")\n";
sim.c 1453 Int commify(ULong n, int field_width, char* buf) function
    [all...]
callgrind_annotate.in 61 # commifying (halves the number of commify calls) 1.68s --> 1.47s
780 sub commify ($) {
820 my $count = (defined $CC->[$i] ? commify($CC->[$i]) : ".");
    [all...]
  /external/valgrind/main/massif/
ms_print.in 210 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes),
236 $this_prefix2, $perc, commify($total_insig_children_szB),
426 , commify($time)
427 , commify($mem_total_B)
428 , commify($mem_heap_B)
429 , commify($mem_heap_extra_B)
430 , commify($mem_stacks_B)
665 sub commify ($) {
  /external/valgrind/main/cachegrind/
cg_annotate.in 57 # commifying (halves the number of commify calls) 1.68s --> 1.47s
512 sub commify ($) {
552 my $count = (defined $CC->[$i] ? commify($CC->[$i]) : ".");

Completed in 516 milliseconds