Home
last modified time | relevance | path

Searched refs:counter_names (Results 1 - 3 of 3) sorted by relevance

/third_party/benchmark/src/
H A Dperf_counters.cc84 const std::vector<std::string>& counter_names) { in Create()
85 if (!counter_names.empty()) { in Create()
95 valid_names.reserve(counter_names.size()); in Create()
96 counter_ids.reserve(counter_names.size()); in Create()
107 for (size_t i = 0; i < counter_names.size(); ++i) { in Create()
113 << counter_names.size() << " counters were requested. The maximum is " in Create()
121 const auto& name = counter_names[i]; in Create()
255 const std::vector<std::string>& counter_names) { in Create()
256 if (!counter_names.empty()) { in Create()
266 const std::vector<std::string>& counter_names) in PerfCountersMeasurement()
83 Create( const std::vector<std::string>& counter_names) Create() argument
254 Create( const std::vector<std::string>& counter_names) Create() argument
265 PerfCountersMeasurement( const std::vector<std::string>& counter_names) PerfCountersMeasurement() argument
[all...]
H A Dperf_counters.h116 static PerfCounters Create(const std::vector<std::string>& counter_names);
135 PerfCounters(const std::vector<std::string>& counter_names, in PerfCounters() argument
139 counter_names_(counter_names) {} in PerfCounters()
151 PerfCountersMeasurement(const std::vector<std::string>& counter_names);
/third_party/benchmark/test/
H A Dperf_counters_gtest.cc284 std::vector<std::string> counter_names{ in TEST()
294 for (const std::string& name : counter_names) { in TEST()

Completed in 3 milliseconds