Searched refs:AddCustomContext (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | benchmark_gtest.cc | 136 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 D | benchmark.cc | 519 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 D | benchmark.h | 375 void AddCustomContext(const std::string& key, const std::string& value);
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 212 benchmark::AddCustomContext("foo", "bar");
|