Searched refs:UserCounters (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | counter.h | 24 void Finish(UserCounters* l, IterationCount iterations, double time, 26 void Increment(UserCounters* l, UserCounters const& r); 27 bool SameNames(UserCounters const& l, UserCounters const& r);
|
| H A D | counter.cc | 42 void Finish(UserCounters* l, IterationCount iterations, double cpu_time, in Finish() 49 void Increment(UserCounters* l, UserCounters const& r) { in Increment() 66 bool SameNames(UserCounters const& l, UserCounters const& r) { in SameNames()
|
| H A D | thread_manager.h | 48 UserCounters counters;
|
| H A D | benchmark_api_internal.h | 61 UserCounters counters_;
|
| /llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/ |
| H A D | benchmark.cc | 14 PYBIND11_MAKE_OPAQUE(benchmark::UserCounters); 151 py::bind_map<benchmark::UserCounters>(m, "UserCounters"); in PYBIND11_MODULE()
|
| /llvm-project-15.0.7/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 507 typedef std::map<std::string, Counter> UserCounters; typedef 784 UserCounters counters; 1591 UserCounters counters; 1689 UserCounters prev_counters_;
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 692 Benchmark Time CPU Iterations UserCounters...
|