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

Unified Diff: tools/perf/measurements/rasterize_and_record_micro_unittest.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/power.py ('k') | tools/perf/measurements/record_per_area.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/rasterize_and_record_micro_unittest.py
diff --git a/tools/perf/measurements/rasterize_and_record_micro_unittest.py b/tools/perf/measurements/rasterize_and_record_micro_unittest.py
index 7b1007f0e44a3f39e41cd6cbbce493da2b7c06b2..1914ab070e6dd96c37bc762537f7f5b6b14ae883 100644
--- a/tools/perf/measurements/rasterize_and_record_micro_unittest.py
+++ b/tools/perf/measurements/rasterize_and_record_micro_unittest.py
@@ -4,13 +4,14 @@
import logging
-from measurements import rasterize_and_record_micro
-from telemetry import decorators
from telemetry.core import wpr_modes
+from telemetry import decorators
from telemetry.page import page_test
from telemetry.unittest_util import options_for_unittests
from telemetry.unittest_util import page_test_test_case
+from measurements import rasterize_and_record_micro
+
class RasterizeAndRecordMicroUnitTest(page_test_test_case.PageTestTestCase):
"""Smoke test for rasterize_and_record_micro measurement
« no previous file with comments | « tools/perf/measurements/power.py ('k') | tools/perf/measurements/record_per_area.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698