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

Unified Diff: tools/perf/measurements/smoothness_controller.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/measurements/smoothness.py ('k') | tools/perf/measurements/smoothness_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/smoothness_controller.py
diff --git a/tools/perf/measurements/smoothness_controller.py b/tools/perf/measurements/smoothness_controller.py
index 835a0ff029d5a5ccc397228a50b3ac00c9406ffe..0818f182bfd479551f3abd87e1d6faf5f1f9f1b6 100644
--- a/tools/perf/measurements/smoothness_controller.py
+++ b/tools/perf/measurements/smoothness_controller.py
@@ -3,18 +3,19 @@
# found in the LICENSE file.
import sys
-from measurements import smooth_gesture_util
from telemetry.core.platform import tracing_category_filter
from telemetry.core.platform import tracing_options
-from telemetry.timeline import trace_data as trace_data_module
-from telemetry.timeline.model import TimelineModel
-from telemetry.page import page_test
from telemetry.page.actions import action_runner
+from telemetry.page import page_test
+from telemetry.timeline.model import TimelineModel
+from telemetry.timeline import trace_data as trace_data_module
from telemetry.value import list_of_scalar_values
from telemetry.value import scalar
from telemetry.value import trace
-from telemetry.web_perf import timeline_interaction_record as tir_module
from telemetry.web_perf.metrics import smoothness
+from telemetry.web_perf import timeline_interaction_record as tir_module
+
+from measurements import smooth_gesture_util
RUN_SMOOTH_ACTIONS = 'RunSmoothAllActions'
« no previous file with comments | « tools/perf/measurements/smoothness.py ('k') | tools/perf/measurements/smoothness_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698