Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dstatistics.cc115 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
118 auto it = counter_stats.find(cnt.first); in ComputeStats()
119 if (it == counter_stats.end()) { in ComputeStats()
120 it = counter_stats in ComputeStats()
140 auto it = counter_stats.find(cnt.first); in ComputeStats()
141 BM_CHECK_NE(it, counter_stats.end()); in ComputeStats()
195 for (auto const& kv : counter_stats) { in ComputeStats()
198 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
199 counter_stats[kv.first].c.oneK); in ComputeStats()