Home
last modified time | relevance | path

Searched refs:LAST_REPORT_TIMER (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Dstats_unittest.cc68 EXPECT_EQ(0, stats->GetCounter(disk_cache::Stats::LAST_REPORT_TIMER)); in TEST()
81 EXPECT_EQ(0, stats->GetCounter(disk_cache::Stats::LAST_REPORT_TIMER)); in TEST()
Dstats.h44 LAST_REPORT_TIMER, // Timer count of the last time we sent a report. enumerator
Dbackend_impl.cc518 int64_t no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; in OpenEntryImpl()
1929 int64_t use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; in ReportStats()
1930 stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); in ReportStats()