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

Unified Diff: tools/perf/measurements/v8_gc_times_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
Index: tools/perf/measurements/v8_gc_times_unittest.py
diff --git a/tools/perf/measurements/v8_gc_times_unittest.py b/tools/perf/measurements/v8_gc_times_unittest.py
index a5f7dbe5d0be2a33105f5498662948ba805d1225..c13089c0d05a851831ee6af9f36c530e9079d8d6 100644
--- a/tools/perf/measurements/v8_gc_times_unittest.py
+++ b/tools/perf/measurements/v8_gc_times_unittest.py
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from measurements import v8_gc_times
from telemetry.core import wpr_modes
from telemetry.page import page as page_module
from telemetry.results import page_test_results
@@ -10,6 +9,8 @@ from telemetry.timeline import model as model_module
from telemetry.unittest_util import options_for_unittests
from telemetry.unittest_util import page_test_test_case
+from measurements import v8_gc_times
+
class V8GCTimesTestPageHelper(object):
« no previous file with comments | « tools/perf/measurements/v8_detached_context_age_in_gc_unittest.py ('k') | tools/perf/measurements/webrtc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698