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

Unified Diff: telemetry/telemetry/value/trace.py

Issue 1964663003: [telemetry] Add Html2OutputFormatter for generating results2.html (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: fix Created 4 years, 7 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: telemetry/telemetry/value/trace.py
diff --git a/telemetry/telemetry/value/trace.py b/telemetry/telemetry/value/trace.py
index 818e15d050fc076af3819d2636fa7bd5663d16ca..eef0e4c72c84813afdff4cc9126a4efcf5dfcea0 100644
--- a/telemetry/telemetry/value/trace.py
+++ b/telemetry/telemetry/value/trace.py
@@ -2,12 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import StringIO
petrcermak 2016/05/18 10:43:20 As far as I can tell, the sort order doesn't take
benjhayden 2016/05/18 18:23:33 cruft from an unrelated change.
import datetime
import logging
import os
import random
import shutil
-import StringIO
import sys
import tempfile

Powered by Google App Engine
This is Rietveld 408576698