telemetry.internal.platform.tracing_agent.display_tracing_agent
index
telemetry/internal/platform/tracing_agent/display_tracing_agent.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.trace_data
telemetry.internal.platform.tracing_agent

 
Classes
       
telemetry.internal.platform.tracing_agent.TracingAgent(__builtin__.object)
DisplayTracingAgent

 
class DisplayTracingAgent(telemetry.internal.platform.tracing_agent.TracingAgent)
    
Method resolution order:
DisplayTracingAgent
telemetry.internal.platform.tracing_agent.TracingAgent
__builtin__.object

Methods defined here:
Start(self, trace_options, category_filter, _timeout)
Stop(self, trace_data_builder)
__init__(self, platform_backend)

Class methods defined here:
IsSupported(cls, platform_backend) from __builtin__.type

Data descriptors inherited from telemetry.internal.platform.tracing_agent.TracingAgent:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)