Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dbenchmark_api_internal.cc26 repetitions_(benchmark_.repetitions_), in BenchmarkInstance()
64 if (benchmark_.repetitions_ != 0) { in BenchmarkInstance()
65 name_.repetitions = StrFormat("repeats:%d", benchmark_.repetitions_); in BenchmarkInstance()
Dbenchmark_api_internal.h37 int repetitions() const { return repetitions_; } in repetitions()
64 int repetitions_; variable
Dbenchmark_register.cc216 repetitions_(0), in Benchmark()
376 repetitions_ = n; in Repetitions()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1306 int repetitions_; variable