Home
last modified time | relevance | path

Searched refs:repetitions_ (Results 1 – 6 of 6) sorted by relevance

/third_party/benchmark/src/
Dbenchmark_api_internal.cc26 repetitions_(benchmark_.repetitions_), in BenchmarkInstance()
58 if (benchmark_.repetitions_ != 0) { in BenchmarkInstance()
59 name_.repetitions = StrFormat("repeats:%d", benchmark_.repetitions_); in BenchmarkInstance()
Dbenchmark_api_internal.h37 int repetitions() const { return repetitions_; } in repetitions()
63 int repetitions_; variable
Dbenchmark_register.cc209 repetitions_(0), in Benchmark()
360 repetitions_ = n; in Repetitions()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dbenchmark_register.cc164 instance.repetitions = family->repetitions_; in FindBenchmarks()
193 if (family->repetitions_ != 0) in FindBenchmarks()
194 instance.name += StrFormat("/repeats:%d", family->repetitions_); in FindBenchmarks()
244 repetitions_(0), in Benchmark()
367 repetitions_ = n; in Repetitions()
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h906 int repetitions_; variable
/third_party/benchmark/include/benchmark/
Dbenchmark.h1112 int repetitions_; variable