| |
- __builtin__.object
-
- InspectorTimeline
- exceptions.Exception(exceptions.BaseException)
-
- TabBackendException
class InspectorTimeline(__builtin__.object) |
|
Implementation of dev tools timeline. |
|
Methods defined here:
- Start(self)
- Stop(self)
- __init__(self, inspector_backend)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- timeline_model
Data and other attributes defined here:
- Recorder = <class 'telemetry.core.chrome.inspector_timeline.Recorder'>
- Utility class to Start / Stop recording timeline.
|
|