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

  /external/chromium_org/net/quic/
quic_sent_entropy_manager.cc 37 CumulativeEntropy* cumulative) const {
38 while (cumulative->sequence_number < sequence_number) {
39 ++cumulative->sequence_number;
40 cumulative->entropy ^= GetPacketEntropy(cumulative->sequence_number);
97 // Don't discard entropy before updating the cumulative entropy used to
quic_sent_entropy_manager.h 23 // Records all sent packets by a connection to track the cumulative entropy of
36 // Retrieves the cumulative entropy up to |sequence_number|.
70 // Update the cumulative entropy to |sequence_number|.
72 CumulativeEntropy* cumulative) const;
78 // Cache the cumulative entropy for IsValidEntropy.
81 // Cache the cumulative entropy for the sequence number used by EntropyHash.
  /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 123 milliseconds