Home | History | Annotate | Download | only in timeline

Lines Matching refs:Counter

8 from telemetry.timeline import counter as counter_module
19 self.counter = counter_module.Counter(parent, 'cat', 'name')
26 self.assertIsEmptyIterator(self.counter.IterEventsInThisContainer(
31 self.counter.timestamps = [111, 222]
32 self.assertIsEmptyIterator(self.counter.IterEventsInThisContainer(
37 self.counter.timestamps = [111, 222]
38 self.assertIsEmptyIterator(self.counter.IterEventsInThisContainer(
43 self.counter.timestamps = [111, 222]
44 self.counter.samples = [100, 200]
45 events = self.counter.IterEventsInThisContainer(
55 self.counter.timestamps = [111, 222]
56 self.counter.samples = [100, 200]
57 events = self.counter.IterEventsInThisContainer(