Lines Matching defs:value
136 // Extra context to include in the output formatted as comma-separated key-value
238 BM_CHECK(false) << "Perf counters read the value failed.";
245 counters[name].value += measurement;
628 void SetBenchmarkFilter(std::string value) {
629 FLAGS_benchmark_filter = std::move(value);
638 void AddCustomContext(const std::string& key, const std::string& value) {
642 if (!internal::global_context->emplace(key, value).second) {
644 << "exists with value \"" << value << "\"\n";
758 " [--benchmark_context=<key>=<value>,...]\n"