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

# Copyright (c) 2013 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)
    Interface for classes that can add events to
a timeline model from raw event data.
 
  Methods defined here:
FinalizeImport(self)
Called after all other importers for the model are run.
ImportEvents(self)
Processes the event data and creates and adds
new timeline events to the model
__init__(self, model, event_data, import_priority=0)

Static methods defined here:
CanImport(event_data)
Returns true if the importer can process the given event data.

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