telemetry.timeline.flow_event
index
telemetry/timeline/flow_event.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.event

 
Classes
       
telemetry.timeline.event.TimelineEvent(__builtin__.object)
FlowEvent

 
class FlowEvent(telemetry.timeline.event.TimelineEvent)
    FlowEvent represents an interval of time plus parameters associated
with that interval.
 
 
Method resolution order:
FlowEvent
telemetry.timeline.event.TimelineEvent
__builtin__.object

Methods defined here:
__init__(self, category, event_id, name, start, args=None)

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

Data descriptors inherited from telemetry.timeline.event.TimelineEvent:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
end
has_thread_timestamps
thread_end
Thread-specific CPU time when this event ended.
 
May be None if the trace event didn't have thread time data.