OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commify
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/
parse-malloc-history
39
sub
commify
($);
162
print
commify
($callCount) . " calls for " .
commify
($byteCount) . " bytes: $callstack\n";
165
print "total: " .
commify
($byteCountTotalReported) . " bytes (" .
commify
($byteCountTotal - $byteCountTotalReported) . " bytes excluded).\n";
172
sub
commify
($)
subroutine
/external/valgrind/main/callgrind/
callgrind_control.in
128
sub
commify
($) {
165
my $count = (defined $CC->[$i] ?
commify
($CC->[$i]) : ".");
434
print " Functions: ".
commify
($dist_funcs);
435
print " (executed ".
commify
($exec_calls);
436
print ", contexts ".
commify
($dist_ctxs).")\n";
438
print " Basic blocks: ".
commify
($dist_bbs);
439
print " (executed ".
commify
($exec_bbs);
440
print ", call sites ".
commify
($dist_calls).")\n";
sim.c
1491
Int
commify
(ULong n, int field_width, HChar* buf)
function
[
all
...]
callgrind_annotate.in
61
# commifying (halves the number of
commify
calls) 1.68s --> 1.47s
784
sub
commify
($) {
824
my $count = (defined $CC->[$i] ?
commify
($CC->[$i]) : ".");
[
all
...]
/external/valgrind/main/massif/
ms_print
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
($) {
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 1151 milliseconds