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

Imports event data obtained from the inspector's timeline.

 
Modules
       
telemetry.core.timeline.importer
telemetry.core.timeline.thread

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

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

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

Static methods defined here:
AddRawEventToThreadRecursive(thread, raw_inspector_event)
CanImport(event_data)
Checks if event_data is from the inspector timeline. We assume
that if the first event is a valid inspector event, we can import the
entire list.
RawEventToTimelineEvent(raw_inspector_event)
Converts raw_inspector_event to TimelineEvent.

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)