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

  /external/valgrind/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/callgrind/
callgrind_annotate.in 889 # @curr_totals has the same shape as @sort_order and @thresholds
890 my @curr_totals = ();
892 push(@curr_totals, 0);
901 my $prop = $curr_totals[$i] * 100;
964 $curr_totals[$i] = $summary_CC->[$sort_order[$i]] -
968 $curr_totals[$i] += $fn_CC->[$sort_order[$i]]
    [all...]

Completed in 373 milliseconds