Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h287 bool const res = total_iterations_++ < max_iterations;
420 size_t iterations() const { return total_iterations_; }
425 size_t total_iterations_;
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h338 bool const res = total_iterations_++ < max_iterations; in KeepRunning()
465 size_t iterations() const { return total_iterations_; } in iterations()
470 size_t total_iterations_; variable
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc383 total_iterations_(0), in State()
419 total_iterations_ = max_iterations; in SkipWithError()
445 total_iterations_ = max_iterations; in FinishKeepRunning()
/external/google-benchmark/src/
Dbenchmark.cc404 total_iterations_(0), in State()
441 total_iterations_ = max_iterations; in SkipWithError()
467 total_iterations_ = max_iterations; in FinishKeepRunning()