Lines Matching defs:Run
1409 void Run(State& st) BENCHMARK_OVERRIDE { lambda_(st); } in Run() function
1463 void Run(State& st) BENCHMARK_OVERRIDE { in Run() function
1803 struct BENCHMARK_EXPORT Run { struct
1805 enum RunType { RT_Iteration, RT_Aggregate }; argument
1807 Run() in Run() function
1830 RunType run_type; argument
1831 std::string aggregate_name;
1832 StatisticUnit aggregate_unit;
1833 std::string report_label; // Empty if not set by benchmark.
1834 internal::Skipped skipped;
1835 std::string skip_message;
1837 IterationCount iterations;
1838 int64_t threads;
1839 int64_t repetition_index;
1840 int64_t repetitions;
1841 TimeUnit time_unit;
1842 double real_accumulated_time;
1843 double cpu_accumulated_time;
1858 double max_heapbytes_used;
1883 struct PerFamilyRunReports { argument
1893 std::vector<BenchmarkReporter::Run> Runs; argument