Home
last modified time | relevance | path

Searched refs:StrFormat (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_api_internal.cc41 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 Djson_reporter.cc72 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 Dstring_util.h22 StrFormat(const char* format, ...);
H A Dreporter.cc64 Out << StrFormat("%.2f", *It++); in PrintBasicContext()
H A Dconsole_reporter.cc168 s = StrFormat("%.2f", 100. * c.second.value); in PrintRunData()
H A Dstring_util.cc158 std::string StrFormat(const char* format, ...) { in StrFormat() function
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dbenchmark_random_interleaving_gtest.cc68 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()