Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dcounter.h21 void Finish(UserCounters *l, double time, double num_threads);
22 void Increment(UserCounters *l, UserCounters const& r);
23 bool SameNames(UserCounters const& l, UserCounters const& r);
Dcounter.cc31 void Finish(UserCounters *l, double cpu_time, double num_threads) { in Finish()
37 void Increment(UserCounters *l, UserCounters const& r) { in Increment()
54 bool SameNames(UserCounters const& l, UserCounters const& r) { in SameNames()
Dbenchmark_api_internal.h27 UserCounters counters;
Dbenchmark.cc154 UserCounters counters;
/external/google-benchmark/include/benchmark/
Dreporter.h99 UserCounters counters;
181 UserCounters prev_counters_;
Dbenchmark_api.h295 typedef std::map<std::string, Counter> UserCounters; typedef
483 UserCounters counters;
/external/google-benchmark/
DREADME.md504 Benchmark Time CPU Iterations UserCounters...