telemetry.timeline.surface_flinger_importer
index
telemetry/timeline/surface_flinger_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.

 
Modules
       
telemetry.timeline.importer
telemetry.timeline.trace_data

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

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

Methods defined here:
FinalizeImport(self)
Called by the Model after all other importers have imported their
events.
ImportEvents(self)
__init__(self, model, trace_data)

Static methods defined here:
GetSupportedPart()

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)