HomeSort by relevance Sort by last modified time
    Searched refs:cumulative (Results 1 - 8 of 8) 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 450 uint64_t cumulative = 0; local
455 cumulative += class_bytes;
461 cumulative / MiB);
    [all...]
  /external/jemalloc/bin/
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...]
  /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
  /external/chromium_org/v8/test/mjsunit/regress/
regress-347914.js 5 // Flags: --allow-natives-syntax --debug-code --gc-interval=201 --verify-heap --max-inlined-source-size=999999 --max-inlined-nodes=999999 --max-inlined-nodes-cumulative=999999

Completed in 909 milliseconds