Home
last modified time | relevance | path

Searched refs:AddCustomContext (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dbenchmark_gtest.cc136 TEST(AddCustomContext, Simple) { in TEST() argument
139 AddCustomContext("foo", "bar"); in TEST()
140 AddCustomContext("baz", "qux"); in TEST()
150 TEST(AddCustomContext, DuplicateKey) { in TEST() argument
153 AddCustomContext("foo", "bar"); in TEST()
154 AddCustomContext("foo", "qux"); in TEST()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark.cc519 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() function
600 AddCustomContext(kv.first, kv.second); in ParseCommandLineFlags()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h375 void AddCustomContext(const std::string& key, const std::string& value);
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md212 benchmark::AddCustomContext("foo", "bar");