Home
last modified time | relevance | path

Searched refs:test_iterations_ (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_perf_test/public/pw_perf_test/
Dperf_test.h134 test_iterations_(iterations), in State()
142 PW_ASSERT(test_iterations_ > 0);
147 test_iterations_ = iterations; in SetIterations()
148 PW_ASSERT(test_iterations_ > 0); in SetIterations()
154 int test_iterations_; variable
/external/pigweed/pw_perf_test/
Dperf_test.cc87 if (current_iteration_ == test_iterations_) { in KeepRunning()
90 test_iterations_); in KeepRunning()
91 mean_ = total_duration_ / test_iterations_; in KeepRunning()
96 Results{mean_, max_, min_, test_iterations_}); in KeepRunning()