Lines Matching refs:cumulative
62 # annotated with the flat and cumulative sample counts at each line.
67 # annotated with the flat and cumulative sample counts at each PC value.
178 --cum Sort by cumulative data
646 my $cumulative = CumulativeProfile($reduced);
651 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
653 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
661 PrintText($symbols, $flat, $cumulative, -1);
667 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
855 my $cumulative = CumulativeProfile($reduced);
857 PrintText($symbols, $flat, $cumulative, $line_limit);
890 my $cumulative = CumulativeProfile($reduced);
892 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
908 my $cumulative = CumulativeProfile($reduced);
910 PrintDisassembly($libs, $flat, $cumulative, $routine);
936 my $cumulative = CumulativeProfile($reduced);
938 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
1021 Show top lines ordered by flat profile count, or cumulative count
1159 my $cumulative = shift;
1165 my $s = $main::opt_cum ? $cumulative : $flat;
1170 keys(%{$cumulative})) {
1172 my $c = GetEntry($cumulative, $k);
1264 my $cumulative = shift;
1279 if (defined($cumulative->{$addr})) {
1281 $routine, $flat, $cumulative,
1373 my $cumulative = shift;
1405 if (defined($cumulative->{$addr})) {
1408 $routine, $flat, $cumulative,
1571 my $cumulative = shift;
1654 my $samples2 = {}; # Map from line number to cumulative count
1656 my $running2 = 0; # Unassigned cumulative counts
1658 my $total2 = 0; # Total cumulative counts
1677 $c2 += GetEntry($cumulative, $a);
1749 "Total:%6s %6s (flat / cumulative %s)\n",
1758 "%6s %6s Total %s (flat / cumulative)\n",
1864 my $cumulative = shift;
1883 $c2 += GetEntry($cumulative, $a);
1893 "%6s %6s %s (flat, cumulative) %.1f%% of total\n",
1975 my $cumulative = shift;
1985 my @list = (sort { abs(GetEntry($cumulative, $b)) <=>
1986 abs(GetEntry($cumulative, $a))
1988 keys(%{$cumulative}));
1994 (abs(GetEntry($cumulative, $list[$last])) <= $nodelimit)) {
2062 my $c = GetEntry($cumulative, $a);
2074 # Extra cumulative info to print for non-leaves
2725 # Generate cumulative profile: