Searched refs:kDefaults (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | user_counters_thousands_test.cc | 17 bm::Counter(1000 * 1000, bm::Counter::kDefaults)}, in BM_Counters_Thousands() 18 {"t1_1000000Base1000", bm::Counter(1000 * 1000, bm::Counter::kDefaults, in BM_Counters_Thousands() 20 {"t2_1000000Base1024", bm::Counter(1000 * 1000, bm::Counter::kDefaults, in BM_Counters_Thousands() 22 {"t3_1048576Base1000", bm::Counter(1024 * 1024, bm::Counter::kDefaults, in BM_Counters_Thousands() 24 {"t4_1048576Base1024", bm::Counter(1024 * 1024, bm::Counter::kDefaults, in BM_Counters_Thousands()
|
| /llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/ |
| H A D | benchmark.cc | 122 .value("kDefaults", Counter::Flags::kDefaults) in PYBIND11_MODULE() 142 py::arg("value") = 0., py::arg("flags") = Counter::kDefaults, in PYBIND11_MODULE()
|
| /llvm-project-15.0.7/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 453 kDefaults = 0, enumerator 491 Counter(double v = 0., Flags f = kDefaults, OneK k = kIs1000)
|