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

 
Classes
       
__builtin__.object
CounterSample
telemetry.core.timeline.event_container.TimelineEventContainer(__builtin__.object)
Counter

 
class Counter(telemetry.core.timeline.event_container.TimelineEventContainer)
    Stores all the samples for a given counter.
 
 
Method resolution order:
Counter
telemetry.core.timeline.event_container.TimelineEventContainer
__builtin__.object

Methods defined here:
FinalizeImport(self)
IterChildContainers(self)
IterEventsInThisContainer(self)
__init__(self, parent, category, name)

Data descriptors defined here:
num_samples
num_series

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)

 
class CounterSample(__builtin__.object)
    # Doesnt' inherit from TimelineEvent because its only a temporary wrapper of a
# counter sample into an event. During stable operation, the samples are stored
# a dense array of values rather than in the long-form done by an Event.
 
  Methods defined here:
__init__(self, counter, sample_index)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
duration
end
name
start