• Home
  • Raw
  • Download

Lines Matching refs:cumulative

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)) {
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;
1727 $c2 += GetEntry($cumulative, $a);
1914 my $cumulative = shift;
1933 $c2 += GetEntry($cumulative, $a);
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);