Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: tools/telemetry/telemetry/results/progress_reporter.py

Issue 440243002: Unittest for page_runner, etc. should suppress output from gtest_progress_reporter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/results/progress_reporter.py
diff --git a/tools/telemetry/telemetry/results/progress_reporter.py b/tools/telemetry/telemetry/results/progress_reporter.py
index ed6571692bd21181e004c842b25521950bb5d0f3..68171c4a63f67f2b1386dd514c54e095b2ba8f16 100644
--- a/tools/telemetry/telemetry/results/progress_reporter.py
+++ b/tools/telemetry/telemetry/results/progress_reporter.py
@@ -4,7 +4,7 @@
class ProgressReporter(object):
- """A class that reports progress of a benchmark to the output stream.
+ """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):
@@ -14,9 +14,6 @@ class ProgressReporter(object):
The default implementation outputs nothing.
"""
- def __init__(self, output_stream):
- self.output_stream = output_stream
-
def DidAddValue(self, value):
pass
« no previous file with comments | « tools/telemetry/telemetry/results/page_test_results.py ('k') | tools/telemetry/telemetry/results/results_options.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698