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

Unified Diff: telemetry/telemetry/timeline/trace_event_importer.py

Issue 2002193002: [telemetry] Rename TraceData.[Has,Get]EventsFor to [Has,Get]TraceFor (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 4 years, 7 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 | « telemetry/telemetry/timeline/trace_data_unittest.py ('k') | telemetry/telemetry/value/trace.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/timeline/trace_event_importer.py
diff --git a/telemetry/telemetry/timeline/trace_event_importer.py b/telemetry/telemetry/timeline/trace_event_importer.py
index 2113f08c0ec1aa3c7b1d7ae143f11d29263ce62c..24bdc2b154b7af551cfc4fd986999e3369e5de4b 100644
--- a/telemetry/telemetry/timeline/trace_event_importer.py
+++ b/telemetry/telemetry/timeline/trace_event_importer.py
@@ -29,7 +29,7 @@ class TraceEventTimelineImporter(importer.TimelineImporter):
self._all_flow_events = []
self._all_memory_dumps_by_dump_id = collections.defaultdict(list)
- self._events = trace_data.GetEventsFor(trace_data_module.CHROME_TRACE_PART)
+ self._events = trace_data.GetTraceFor(trace_data_module.CHROME_TRACE_PART)
@staticmethod
def GetSupportedPart():
« no previous file with comments | « telemetry/telemetry/timeline/trace_data_unittest.py ('k') | telemetry/telemetry/value/trace.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698