| |
- __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
| |