Lines Matching defs:Run
1368 void Run(State& st) BENCHMARK_OVERRIDE { lambda_(st); } in Run() function
1422 void Run(State& st) BENCHMARK_OVERRIDE { in Run() function
1737 struct BENCHMARK_EXPORT Run { struct
1739 enum RunType { RT_Iteration, RT_Aggregate }; argument
1741 Run() in Run() argument
1763 RunType run_type; argument
1764 std::string aggregate_name;
1765 StatisticUnit aggregate_unit;
1766 std::string report_label; // Empty if not set by benchmark.
1767 internal::Skipped skipped;
1768 std::string skip_message;
1770 IterationCount iterations;
1771 int64_t threads;
1772 int64_t repetition_index;
1773 int64_t repetitions;
1774 TimeUnit time_unit;
1775 double real_accumulated_time;
1776 double cpu_accumulated_time;
1812 struct PerFamilyRunReports { argument
1822 std::vector<BenchmarkReporter::Run> Runs; argument