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

Unified Diff: tools/telemetry/telemetry/web_perf/metrics/gpu_timeline.py

Issue 1029263003: [telemetry] Sort imports in Telemetry and its dependents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure we're up to date. Created 5 years, 9 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/web_perf/metrics/gpu_timeline.py
diff --git a/tools/telemetry/telemetry/web_perf/metrics/gpu_timeline.py b/tools/telemetry/telemetry/web_perf/metrics/gpu_timeline.py
index acc4b8d4f657dbad07ba1066b2254e69b38312da..2667f22c808c816938b2e90efcaf6d6b6301a40f 100644
--- a/tools/telemetry/telemetry/web_perf/metrics/gpu_timeline.py
+++ b/tools/telemetry/telemetry/web_perf/metrics/gpu_timeline.py
@@ -6,8 +6,8 @@ import math
import sys
from telemetry.timeline import model as model_module
-from telemetry.value import scalar
from telemetry.value import list_of_scalar_values
+from telemetry.value import scalar
from telemetry.web_perf.metrics import timeline_based_metric
TOPLEVEL_GL_CATEGORY = 'gpu_toplevel'

Powered by Google App Engine
This is Rietveld 408576698