Index: tools/perf/measurements/oilpan_gc_times_unittest.py |
diff --git a/tools/perf/measurements/oilpan_gc_times_unittest.py b/tools/perf/measurements/oilpan_gc_times_unittest.py |
index ae359758d27c9db6134da4adb7f6fb445c8732b5..dc2d87b4715cf5295e1fd5bc3bff9778551e4304 100644 |
--- a/tools/perf/measurements/oilpan_gc_times_unittest.py |
+++ b/tools/perf/measurements/oilpan_gc_times_unittest.py |
@@ -2,10 +2,12 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from measurements import oilpan_gc_times |
from telemetry.unittest_util import options_for_unittests |
from telemetry.unittest_util import page_test_test_case |
+from measurements import oilpan_gc_times |
+ |
+ |
class OilpanGCTimesTest(page_test_test_case.PageTestTestCase): |
"""Smoke test for Oilpan GC pause time measurements. |