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

  /external/chromium/base/metrics/
stats_counters.h 176 template<class T> class StatsScope {
178 explicit StatsScope<T>(T& timer)
183 ~StatsScope() {
stats_table_unittest.cc 368 // Test some basic StatsScope operations
369 TEST_F(StatsTableTest, StatsScope) {
390 StatsScope<StatsCounterTimer> timer(foo);
391 StatsScope<StatsRate> timer2(bar);
400 StatsScope<StatsCounterTimer> timer(foo);
401 StatsScope<StatsRate> timer2(bar);
  /external/chromium/net/tools/fetch/
fetch_client.cc 171 base::StatsScope<base::StatsCounterTimer> scope(driver_time);

Completed in 496 milliseconds