Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Dbenchmark_gtest.cc138 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 Dbenchmark.cc655 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 Dbenchmark.h421 void AddCustomContext(const std::string& key, const std::string& value);
/llvm-project/third-party/benchmark/docs/
H A Duser_guide.md225 benchmark::AddCustomContext("foo", "bar");