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

Unified Diff: tools/perf/metrics/network.py

Issue 332213003: Move telemetry/core/timeline and timeline_data to telemetry/timeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/timeline_controller.py ('k') | tools/perf/metrics/network_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/network.py
diff --git a/tools/perf/metrics/network.py b/tools/perf/metrics/network.py
index bd84c4f6730e850ab5bcbe48735bf2bbd4965b4f..ae84270b316c448670f9777ddae4f8ff2cf8fffd 100644
--- a/tools/perf/metrics/network.py
+++ b/tools/perf/metrics/network.py
@@ -13,7 +13,7 @@ from metrics import Metric
from telemetry.page import page_measurement
# All network metrics are Chrome only for now.
from telemetry.core.backends.chrome import inspector_network
-from telemetry.core.timeline import recording_options
+from telemetry.timeline import recording_options
class NetworkMetricException(page_measurement.MeasurementFailure):
« no previous file with comments | « tools/perf/measurements/timeline_controller.py ('k') | tools/perf/metrics/network_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698