telemetry.core.timeline.async_slice
index
telemetry/core/timeline/async_slice.py

# Copyright 2013 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.core.timeline.event

 
Classes
       
telemetry.core.timeline.event.TimelineEvent(__builtin__.object)
AsyncSlice

 
class AsyncSlice(telemetry.core.timeline.event.TimelineEvent)
    AsyncSlice represents an interval of time during which an
asynchronous operation is in progress. An AsyncSlice consumes no CPU time
itself and so is only associated with Threads at its start and end point.
 
 
Method resolution order:
AsyncSlice
telemetry.core.timeline.event.TimelineEvent
__builtin__.object

Methods defined here:
AddSubSlice(self, sub_slice)
IterEventsInThisContainerRecrusively(self)
__init__(self, category, name, timestamp, args=None, parent=None)

Methods inherited from telemetry.core.timeline.event.TimelineEvent:
__repr__(self)

Data descriptors inherited from telemetry.core.timeline.event.TimelineEvent:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
end