telemetry.timeline.inspector_importer
index
telemetry/timeline/inspector_importer.py

Imports event data obtained from the inspector's timeline.

 
Modules
       
telemetry.timeline.importer
telemetry.timeline.thread
telemetry.timeline.trace_data
telemetry.timeline.slice

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

 
class InspectorTimelineImporter(telemetry.timeline.importer.TimelineImporter)
    
Method resolution order:
InspectorTimelineImporter
telemetry.timeline.importer.TimelineImporter
__builtin__.object

Methods defined here:
FinalizeImport(self)
ImportEvents(self)
__init__(self, model, trace_data)

Static methods defined here:
AddRawEventToThreadRecursive(thread, raw_inspector_event)
GetSupportedPart()
RawEventToTimelineEvent(raw_inspector_event)
Converts raw_inspector_event to TimelineEvent.

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)