HomeSort by: relevance | last modified time | path
    Searched refs:cumulative (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 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
617 my $cumulative = CumulativeProfile($reduced);
622 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
624 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
634 PrintText($symbols, $flat, $cumulative, -1);
642 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
901 my $cumulative = CumulativeProfile($reduced);
903 PrintText($symbols, $flat, $cumulative, $line_limit)
    [all...]
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 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)
    [all...]

Completed in 45 milliseconds