Searched refs:StrFormat (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | benchmark_api_internal.cc | 41 name_.args += StrFormat("%s:", arg_name.c_str()); in BenchmarkInstance() 45 name_.args += StrFormat("%" PRId64, arg); in BenchmarkInstance() 50 name_.min_time = StrFormat("min_time:%0.3f", benchmark_.min_time_); in BenchmarkInstance() 54 name_.iterations = StrFormat( in BenchmarkInstance() 59 name_.repetitions = StrFormat("repeats:%d", benchmark_.repetitions_); in BenchmarkInstance() 79 name_.threads = StrFormat("threads:%d", threads_); in BenchmarkInstance()
|
| H A D | json_reporter.cc | 72 return StrFormat("\"%s\": \"%s\"", StrEscape(key).c_str(), in FormatKV() 77 return StrFormat("\"%s\": \"%s\"", StrEscape(key).c_str(), in FormatKV() 82 return StrFormat("\"%s\": %s", StrEscape(key).c_str(), in FormatKV()
|
| H A D | string_util.h | 22 StrFormat(const char* format, ...);
|
| H A D | reporter.cc | 64 Out << StrFormat("%.2f", *It++); in PrintBasicContext()
|
| H A D | console_reporter.cc | 168 s = StrFormat("%.2f", 100. * c.second.value); in PrintRunData()
|
| H A D | string_util.cc | 158 std::string StrFormat(const char* format, ...) { in StrFormat() function
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | benchmark_random_interleaving_gtest.cc | 68 queue->Put(StrFormat("BM_Match1/%d", static_cast<int>(arg))); in BM_Match1() 116 interleaving_count[StrFormat("%s,%s", interleaving[0].c_str(), in TEST_F()
|