18namespace pw::perf_test {
38 int default_iterations = 0;
43 const char* name =
nullptr;
Definition: event_handler.h:50
virtual void TestCaseEnd(const TestCase &test_case)=0
A performance test case has ended.
virtual void RunAllTestsEnd()=0
A performance test has ended.
virtual void TestCaseMeasure(const TestMeasurement &test_measurement)=0
A performance test case has produced a Measurement.
virtual void TestCaseStart(const TestCase &test_case)=0
A performance test case is starting.
virtual void TestCaseIteration(const TestIteration &test_iteration)=0
A performance test case has completed an iteration.
virtual void RunAllTestsStart(const TestRunInfo &test_run_info)=0
A performance test is starting.
Describes the performance test being run.
Definition: event_handler.h:42
Data reported on completion of an iteration.
Definition: event_handler.h:21
Data reported for each Measurement upon completion of a performance test.
Definition: event_handler.h:27
Definition: event_handler.h:36