| |
- Method resolution order:
- TraceEventTimelineImporter
- telemetry.core.timeline.importer.TimelineImporter
- __builtin__.object
Methods defined here:
- FinalizeImport(self)
- Called by the Model after all other importers have imported their
events.
- ImportEvents(self)
- Walks through the events_ list and outputs the structures discovered to
model_.
- __init__(self, model, event_data)
Static methods defined here:
- CanImport(event_data)
- Returns whether obj is a TraceEvent array.
Data descriptors inherited from telemetry.core.timeline.importer.TimelineImporter:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|