| |
- __builtin__.object
-
- CounterSample
- telemetry.core.timeline.event_container.TimelineEventContainer(__builtin__.object)
-
- Counter
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
| |