

Public Member Functions | |
| PerfTestRunner () | |
| int | run () const |
| Run the tests with a particular backend. | |
Private Attributes | |
| string | repetitions_string |
| bool | repetitions_parsed |
| int | repetitions |
Definition at line 460 of file perftest.cc.
| PerfTestRunner::PerfTestRunner | ( | ) | [inline] |
Definition at line 466 of file perftest.cc.
References test_driver::add_command_line_option(), and repetitions_string.
| int PerfTestRunner::run | ( | ) | const [inline, virtual] |
Run the tests with a particular backend.
Properties of the backend can be determined by checking the settings of the flags.
Implements TestRunner.
Definition at line 473 of file perftest.cc.
References PerfTestLogger::repetition_begin(), PerfTestLogger::repetition_end(), repetitions, repetitions_parsed, and repetitions_string.
int PerfTestRunner::repetitions [mutable, private] |
bool PerfTestRunner::repetitions_parsed [mutable, private] |
string PerfTestRunner::repetitions_string [private] |