Searched refs:kAvgThreads (Results 1 – 7 of 7) sorted by relevance
/third_party/benchmark/test/ |
D | user_counters_tabular_test.cc | 69 {"Foo", {1, bm::Counter::kAvgThreads}}, in BM_Counters_Tabular() 70 {"Bar", {2, bm::Counter::kAvgThreads}}, in BM_Counters_Tabular() 71 {"Baz", {4, bm::Counter::kAvgThreads}}, in BM_Counters_Tabular() 72 {"Bat", {8, bm::Counter::kAvgThreads}}, in BM_Counters_Tabular() 73 {"Frob", {16, bm::Counter::kAvgThreads}}, in BM_Counters_Tabular() 74 {"Lob", {32, bm::Counter::kAvgThreads}}, in BM_Counters_Tabular() 435 {"Foo", {10, bm::Counter::kAvgThreads}}, in BM_CounterSet0_Tabular() 436 {"Bar", {20, bm::Counter::kAvgThreads}}, in BM_CounterSet0_Tabular() 437 {"Baz", {40, bm::Counter::kAvgThreads}}, in BM_CounterSet0_Tabular() 475 {"Foo", {15, bm::Counter::kAvgThreads}}, in BM_CounterSet1_Tabular() [all …]
|
D | user_counters_test.cc | 292 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgThreads}; in BM_Counters_AvgThreads() 293 state.counters["bar"] = bm::Counter{2, bm::Counter::kAvgThreads}; in BM_Counters_AvgThreads()
|
/third_party/benchmark/src/ |
D | counter.cc | 26 if (c.flags & Counter::kAvgThreads) { in Finish()
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | example.py | 90 state.counters["foo_avg"] = Counter(num_foo, Counter.kAvgThreads)
|
D | benchmark.cc | 124 .value("kAvgThreads", Counter::Flags::kAvgThreads) in PYBIND11_MODULE()
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 459 kAvgThreads = 1 << 1, enumerator 461 kAvgThreadsRate = kIsRate | kAvgThreads,
|
/third_party/benchmark/docs/ |
D | user_guide.md | 659 state.counters["FooAvg"] = Counter(numFoos, benchmark::Counter::kAvgThreads);
|