telemetry.core.chrome.trace_result
index
telemetry/core/chrome/trace_result.py

# Copyright (c) 2012 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
TraceResult

 
class TraceResult(__builtin__.object)
     Methods defined here:
AsTimelineModel(self)
Parses the trace result into a timeline model for in-memory
manipulation.
Serialize(self, f)
Serializes the trace result to a file-like object
__init__(self, impl)

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