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

Unified Diff: scripts/slave/process_log_utils.py

Issue 545803002: Update buildbots to parse new telemetry JSON format. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | scripts/slave/runtest.py » ('j') | scripts/slave/runtest.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/process_log_utils.py
diff --git a/scripts/slave/process_log_utils.py b/scripts/slave/process_log_utils.py
index 241cedeec2a6aa5369aeb205ab345159ef442a11..c383b4acbfe17e429d0ed605e743fe7ebcc56676 100644
--- a/scripts/slave/process_log_utils.py
+++ b/scripts/slave/process_log_utils.py
@@ -166,6 +166,10 @@ class PerformanceLogProcessor(object):
self._percentiles = [.1, .25, .5, .75, .90, .95, .99]
+ def IsChartJson(self):
+ """This is not the new telemetry --chartjson output format."""
+ return False
+
def PerformanceLogs(self):
if not self._finalized:
self._FinalizeProcessing()
« no previous file with comments | « no previous file | scripts/slave/runtest.py » ('j') | scripts/slave/runtest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698