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

 
Classes
       
telemetry.core.timeline.event_container.TimelineEventContainer(__builtin__.object)
Process

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

Methods defined here:
AutoCloseOpenSlices(self, max_timestamp)
FinalizeImport(self)
GetCounter(self, category, name)
GetOrCreateCounter(self, category, name)
GetOrCreateThread(self, tid)
IterChildContainers(self)
IterEventsInThisContainer(self)
__init__(self, parent, pid)

Data descriptors defined here:
counters
threads

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