OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curr_totals
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/cachegrind/
cg_annotate.in
611
# @
curr_totals
has the same shape as @sort_order and @thresholds
612
my @
curr_totals
= ();
614
push(@
curr_totals
, 0);
640
$
curr_totals
[$i] += $fn_CC->[$sort_order[$i]]
/external/valgrind/main/callgrind/
callgrind_annotate.in
879
# @
curr_totals
has the same shape as @sort_order and @thresholds
880
my @
curr_totals
= ();
882
push(@
curr_totals
, 0);
891
my $prop = $
curr_totals
[$i] * 100;
953
$
curr_totals
[$i] = $summary_CC->[$sort_order[$i]] -
957
$
curr_totals
[$i] += $fn_CC->[$sort_order[$i]]
[
all
...]
Completed in 1954 milliseconds