telemetry.timeline.importer
index
telemetry/timeline/importer.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Classes
       
__builtin__.object
TimelineImporter

 
class TimelineImporter(__builtin__.object)
    Reads TraceData and populates timeline model with what it finds.
 
  Methods defined here:
FinalizeImport(self)
Called after all other importers for the model are run.
ImportEvents(self)
Processes the event data in the wrapper and creates and adds
new timeline events to the model
__init__(self, model, trace_data, import_order)

Static methods defined here:
GetSupportedPart()

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)