Searched refs:AddCustomContext (Results 1 – 4 of 4) sorted by relevance
| /llvm-project/third-party/benchmark/test/ |
| H A D | benchmark_gtest.cc | 138 TEST(AddCustomContext, Simple) { in TEST() argument 142 AddCustomContext("foo", "bar"); in TEST() 143 AddCustomContext("baz", "qux"); in TEST() 153 TEST(AddCustomContext, DuplicateKey) { in TEST() argument 157 AddCustomContext("foo", "bar"); in TEST() 158 AddCustomContext("foo", "qux"); in TEST()
|
| /llvm-project/third-party/benchmark/src/ |
| H A D | benchmark.cc | 655 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() function 745 AddCustomContext(kv.first, kv.second); in ParseCommandLineFlags()
|
| /llvm-project/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 421 void AddCustomContext(const std::string& key, const std::string& value);
|
| /llvm-project/third-party/benchmark/docs/ |
| H A D | user_guide.md | 225 benchmark::AddCustomContext("foo", "bar");
|