telemetry.internal.results.progress_reporter
index
telemetry/internal/results/progress_reporter.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Classes
       
__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)