telemetry.timeline.trace_event_importer
index
telemetry/timeline/trace_event_importer.py

TraceEventImporter imports TraceEvent-formatted data
into the provided model.
This is a port of the trace event importer from
https://code.google.com/p/trace-viewer/

 
Modules
       
collections
copy
telemetry.timeline.importer
telemetry.timeline.memory_dump_event
telemetry.timeline.trace_data
telemetry.timeline.async_slice
telemetry.timeline.flow_event

 
Classes
       
telemetry.timeline.importer.TimelineImporter(__builtin__.object)
TraceEventTimelineImporter

 
class TraceEventTimelineImporter(telemetry.timeline.importer.TimelineImporter)
    
Method resolution order:
TraceEventTimelineImporter
telemetry.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, trace_data)

Static methods defined here:
GetSupportedPart()

Data descriptors inherited from telemetry.timeline.importer.TimelineImporter:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)