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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 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)
    [all...]
tcmalloc.cc 447 uint64_t cumulative = 0; local
452 cumulative += class_bytes;
458 cumulative / MiB);
    [all...]
  /external/iproute2/netem/
maketable.c 121 /* replace an array by its cumulative distribution */
135 inverttable(int *table, int inversesize, int tablesize, int cumulative)
147 fvalue = (double)table[i]/(double)cumulative;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 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)
    [all...]
tcmalloc.cc 419 uint64_t cumulative = 0; local
424 cumulative += class_bytes;
430 cumulative / MiB);
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object-huge.js 30 // Flags: --max-inlined-nodes-cumulative=999999

Completed in 135 milliseconds