| |
- __builtin__.object
-
- ProgressReporter
class ProgressReporter(__builtin__.object) |
|
A class that reports progress of a benchmark.
The reporter produces output whenever a significant event happens
during the progress of a benchmark, including (but not limited to):
when a page run is started, when a page run finished, any failures
during a page run.
The default implementation outputs nothing. |
|
Methods defined here:
- DidAddValue(self, value)
- DidFinishAllTests(self, page_test_results)
- DidRunPage(self, page_test_results)
- WillRunPage(self, page_test_results)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |