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

Unified Diff: tools/perf/benchmarks/oilpan_gc_times.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
« no previous file with comments | « tools/perf/benchmarks/octane.py ('k') | tools/perf/benchmarks/page_cycler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/oilpan_gc_times.py
diff --git a/tools/perf/benchmarks/oilpan_gc_times.py b/tools/perf/benchmarks/oilpan_gc_times.py
index 88ea4897998e5d86e6a000722c5483d027957e4a..6f55e1e5af3e7a3a832c689dfd74b297ed3edde3 100644
--- a/tools/perf/benchmarks/oilpan_gc_times.py
+++ b/tools/perf/benchmarks/oilpan_gc_times.py
@@ -4,14 +4,15 @@
import os
-import page_sets
-from benchmarks import blink_perf
-from benchmarks import silk_flags
-from measurements import oilpan_gc_times
from telemetry import benchmark
from telemetry.core import util
from telemetry import page
+from benchmarks import blink_perf
+from benchmarks import silk_flags
+from measurements import oilpan_gc_times
+import page_sets
+
class OilpanGCTimesBlinkPerfAnimation(benchmark.Benchmark):
tag = 'blink_perf_animation'
« no previous file with comments | « tools/perf/benchmarks/octane.py ('k') | tools/perf/benchmarks/page_cycler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698