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.
180 --cum Sort by cumulative data
604 my $cumulative = CumulativeProfile($reduced);
609 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
611 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
621 PrintText($symbols, $flat, $cumulative, -1);
627 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
886 my $cumulative = CumulativeProfile($reduced);
888 PrintText($symbols, $flat, $cumulative, $line_limit);
921 my $cumulative = CumulativeProfile($reduced);
923 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
939 my $cumulative = CumulativeProfile($reduced);
941 PrintDisassembly($libs, $flat, $cumulative, $routine);
967 my $cumulative = CumulativeProfile($reduced);
969 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
1052 Show top lines ordered by flat profile count, or cumulative count
1209 my $cumulative = shift;
1215 my $s = $main::opt_cum ? $cumulative : $flat;
1220 keys(%{$cumulative})) {
1222 my $c = GetEntry($cumulative, $k);
1314 my $cumulative = shift;
1329 if (defined($cumulative->{$addr})) {
1331 $routine, $flat, $cumulative,
1423 my $cumulative = shift;
1455 if (defined($cumulative->{$addr})) {
1458 $routine, $flat, $cumulative,
1621 my $cumulative = shift;
1704 my $samples2 = {}; # Map from line number to cumulative count
1706 my $running2 = 0; # Unassigned cumulative counts
1708 my $total2 = 0; # Total cumulative counts
1727 $c2 += GetEntry($cumulative, $a);
1799 "Total:%6s %6s (flat / cumulative %s)\n",
1808 "%6s %6s Total %s (flat / cumulative)\n",
1914 my $cumulative = shift;
1933 $c2 += GetEntry($cumulative, $a);
1943 "%6s %6s %s (flat, cumulative) %.1f%% of total\n",
2025 my $cumulative = shift;
2035 my @list = (sort { abs(GetEntry($cumulative, $b)) <=>
2036 abs(GetEntry($cumulative, $a))
2038 keys(%{$cumulative}));
2044 (abs(GetEntry($cumulative, $list[$last])) <= $nodelimit)) {
2112 my $c = GetEntry($cumulative, $a);
2124 # Extra cumulative info to print for non-leaves
2775 # Generate cumulative profile: