Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcounter.h24 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 Dcounter.cc42 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 Dthread_manager.h48 UserCounters counters;
H A Dbenchmark_api_internal.h61 UserCounters counters_;
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc14 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 Dbenchmark.h507 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 Duser_guide.md692 Benchmark Time CPU Iterations UserCounters...