Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dbenchmark.cc327 reports_for_family->num_runs_total += num_repeats_of_this_instance; in RunBenchmarks()
359 reports_for_family->num_runs_total) { in RunBenchmarks()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1599 PerFamilyRunReports() : num_runs_total(0), num_runs_done(0) {} in PerFamilyRunReports()
1602 int num_runs_total; member