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

Unified Diff: tools/telemetry/telemetry/timeline/model.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
Index: tools/telemetry/telemetry/timeline/model.py
diff --git a/tools/telemetry/telemetry/core/timeline/model.py b/tools/telemetry/telemetry/timeline/model.py
similarity index 96%
rename from tools/telemetry/telemetry/core/timeline/model.py
rename to tools/telemetry/telemetry/timeline/model.py
index 00b0f87a4a5616028f78424dc48278217e8dc045..521cdb606719a5f00e3bfde8363ae3764b6ac010 100644
--- a/tools/telemetry/telemetry/core/timeline/model.py
+++ b/tools/telemetry/telemetry/timeline/model.py
@@ -9,13 +9,13 @@ https://code.google.com/p/trace-viewer/
from operator import attrgetter
-import telemetry.core.timeline.process as tracing_process
+import telemetry.timeline.process as tracing_process
# Register importers for data
-from telemetry.core.timeline import bounds
-from telemetry.core.timeline import empty_timeline_data_importer
-from telemetry.core.timeline import inspector_importer
-from telemetry.core.timeline import trace_event_importer
+from telemetry.timeline import bounds
+from telemetry.timeline import empty_timeline_data_importer
+from telemetry.timeline import inspector_importer
+from telemetry.timeline import trace_event_importer
_IMPORTERS = [
empty_timeline_data_importer.EmptyTimelineDataImporter,
« no previous file with comments | « tools/telemetry/telemetry/timeline/inspector_timeline_data.py ('k') | tools/telemetry/telemetry/timeline/model_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698