telemetry.timeline.tracing_config
index
telemetry/timeline/tracing_config.py

# Copyright 2015 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
       
json

 
Classes
       
__builtin__.object
TracingConfig

 
class TracingConfig(__builtin__.object)
    Tracing config is the configuration for Chrome tracing.
 
This produces the trace config JSON string for Chrome tracing. For the details
about the JSON string format, see base/trace_event/trace_config.h.
 
  Methods defined here:
GetTraceConfigJsonString(self)
__init__(self, tracing_options, tracing_category_filter)

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