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

Unified Diff: tools/telemetry/telemetry/timeline/thread.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/thread.py
diff --git a/tools/telemetry/telemetry/core/timeline/thread.py b/tools/telemetry/telemetry/timeline/thread.py
similarity index 98%
rename from tools/telemetry/telemetry/core/timeline/thread.py
rename to tools/telemetry/telemetry/timeline/thread.py
index 3b76397ed8bd97fee1619f70cb2c51d8d89c7b74..88fd3413a0d96088ccf8bff6f054bf4694b021d8 100644
--- a/tools/telemetry/telemetry/core/timeline/thread.py
+++ b/tools/telemetry/telemetry/timeline/thread.py
@@ -3,9 +3,9 @@
# found in the LICENSE file.
import itertools
-import telemetry.core.timeline.event_container as event_container
-import telemetry.core.timeline.sample as tracing_sample
-import telemetry.core.timeline.slice as tracing_slice
+import telemetry.timeline.event_container as event_container
+import telemetry.timeline.sample as tracing_sample
+import telemetry.timeline.slice as tracing_slice
class Thread(event_container.TimelineEventContainer):
''' A Thread stores all the trace events collected for a particular
« no previous file with comments | « tools/telemetry/telemetry/timeline/slice_unittest.py ('k') | tools/telemetry/telemetry/timeline/thread_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698