telemetry.core.timeline.tracing.process
index
telemetry/core/timeline/tracing/process.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
telemetry.core.timeline.tracing.counter
telemetry.core.timeline.tracing.thread

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

 
class Process(telemetry.core.timeline.event.TimelineEvent)
    The Process represents a single userland process in the trace.
 
 
Method resolution order:
Process
telemetry.core.timeline.event.TimelineEvent
__builtin__.object

Methods defined here:
GetCounter(self, category, name)
GetOrCreateCounter(self, category, name)
GetOrCreateThread(self, tid)
GetThreadWithId(self, tid)
UpdateBounds(self)
__init__(self, pid)

Data descriptors defined here:
counters
threads

Methods inherited from telemetry.core.timeline.event.TimelineEvent:
GetAllChildrenRecursive(self, include_self=False)
ShiftTimestampsForward(self, delta_time)
Shifts start time of event by delta_time and also
recursively shifts child events.
__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
self_time
Time spent in this function less any time spent in child events.