telemetry.core.timeline.trace_event_importer
index
telemetry/core/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
       
copy
telemetry.core.timeline.importer
json
re
telemetry.core.timeline.async_slice

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

 
class TraceEventTimelineImporter(telemetry.core.timeline.importer.TimelineImporter)
    
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)