GetCounter 66 chrome/renderer/benchmarking_extension.cc return v8::FunctionTemplate::New(isolate, GetCounter); GetCounter 485 net/disk_cache/blockfile/backend_impl.cc int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; GetCounter 486 net/disk_cache/blockfile/backend_impl.cc int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; GetCounter 909 net/disk_cache/blockfile/backend_impl.cc int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); GetCounter 927 net/disk_cache/blockfile/backend_impl.cc int64 use_time = stats_.GetCounter(Stats::TIMER); GetCounter 1008 net/disk_cache/blockfile/backend_impl.cc int64 time = stats_.GetCounter(Stats::TIMER); GetCounter 1009 net/disk_cache/blockfile/backend_impl.cc int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES); GetCounter 1390 net/disk_cache/blockfile/backend_impl.cc int64 errors = stats_.GetCounter(Stats::FATAL_ERROR); GetCounter 1391 net/disk_cache/blockfile/backend_impl.cc int64 full_dooms = stats_.GetCounter(Stats::DOOM_CACHE); GetCounter 1392 net/disk_cache/blockfile/backend_impl.cc int64 partial_dooms = stats_.GetCounter(Stats::DOOM_RECENT); GetCounter 1393 net/disk_cache/blockfile/backend_impl.cc int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); GetCounter 1858 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES))); GetCounter 1860 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::MAX_ENTRIES))); GetCounter 1864 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::FATAL_ERROR))); GetCounter 1866 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::DOOM_CACHE))); GetCounter 1868 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::DOOM_RECENT))); GetCounter 1878 net/disk_cache/blockfile/backend_impl.cc int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; GetCounter 1898 net/disk_cache/blockfile/backend_impl.cc int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; GetCounter 1899 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); GetCounter 1917 net/disk_cache/blockfile/backend_impl.cc int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; GetCounter 256 net/disk_cache/blockfile/backend_impl_v3.cc int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); GetCounter 276 net/disk_cache/blockfile/backend_impl_v3.cc int64 use_time = stats_.GetCounter(Stats::TIMER); GetCounter 325 net/disk_cache/blockfile/backend_impl_v3.cc int64 time = stats_.GetCounter(Stats::TIMER); GetCounter 326 net/disk_cache/blockfile/backend_impl_v3.cc int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES); GetCounter 451 net/disk_cache/blockfile/backend_impl_v3.cc int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; GetCounter 452 net/disk_cache/blockfile/backend_impl_v3.cc int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; GetCounter 821 net/disk_cache/blockfile/backend_impl_v3.cc int64 errors = stats_.GetCounter(Stats::FATAL_ERROR); GetCounter 822 net/disk_cache/blockfile/backend_impl_v3.cc int64 full_dooms = stats_.GetCounter(Stats::DOOM_CACHE); GetCounter 823 net/disk_cache/blockfile/backend_impl_v3.cc int64 partial_dooms = stats_.GetCounter(Stats::DOOM_RECENT); GetCounter 824 net/disk_cache/blockfile/backend_impl_v3.cc int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); GetCounter 1326 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES))); GetCounter 1328 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::MAX_ENTRIES))); GetCounter 1332 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::FATAL_ERROR))); GetCounter 1334 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::DOOM_CACHE))); GetCounter 1336 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::DOOM_RECENT))); GetCounter 1341 net/disk_cache/blockfile/backend_impl_v3.cc int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; GetCounter 1352 net/disk_cache/blockfile/backend_impl_v3.cc int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; GetCounter 1353 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); GetCounter 1365 net/disk_cache/blockfile/backend_impl_v3.cc int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; GetCounter 304 net/disk_cache/blockfile/stats.cc int64 ratio = GetCounter(hit) * 100; GetCounter 308 net/disk_cache/blockfile/stats.cc ratio /= (GetCounter(hit) + GetCounter(miss)); GetCounter 72 net/disk_cache/blockfile/stats.h int64 GetCounter(Counters counter) const;