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

  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 671 Stats global_stats = { 1.08, 1.15 }; local
720 while (global_stats.num_runs < 100000) {
722 ++global_stats.num_runs;
728 global_stats.total_ratio_unprotected += ratio_unprotected;
729 global_stats.total_ratio_protected += ratio_protected;
735 if (global_stats.DidConverge(&increase_ratio))
738 if (global_stats.num_runs > 200) {
740 global_stats.ReportTrialResult(increase_ratio);
745 EXPECT_TRUE(global_stats.DidConverge(&average_increase_ratio));
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
policies.py 110 # TODO(dmikurube): Remove the verifying code when GLOBAL_STATS is removed.
204 # TODO(dmikurube): Remove the dict when GLOBAL_STATS is removed.
206 global_stats = {
222 # TODO(dmikurube): Remove the subtotal code when GLOBAL_STATS is removed.
228 global_stats['total'] += committed
240 global_stats[key] += committed
242 global_stats['nonprofiled-' + key] += committed
244 global_stats['profiled-mmap'] += committed
275 return global_stats
  /art/runtime/gc/
heap-inl.h 140 RuntimeStats* global_stats = Runtime::Current()->GetStats(); local
141 ++global_stats->allocated_objects;
142 global_stats->allocated_bytes += bytes_allocated;
heap.cc 1263 RuntimeStats* global_stats = Runtime::Current()->GetStats(); local
    [all...]
  /art/runtime/
class_linker.cc 4262 RuntimeStats* global_stats = Runtime::Current()->GetStats(); local
    [all...]

Completed in 1160 milliseconds