Home | History | Annotate | Download | only in media

Lines Matching full:eventmetric

24 // This is a simple holder for the statistics recorded in EventMetric.
41 // The EventMetric class is used to accumulate stats about an event over time.
43 // An EventMetric can break down stats by a dimension specified by the
60 // EventMetric<status_t> work_event_;
74 class EventMetric {
78 EventMetric(
129 // The EventTimer is a supporting class for EventMetric instances that are used
135 // EventMetric<int> my_metric;
149 explicit EventTimer(EventMetric<AttributeType>* metric)
170 EventMetric<AttributeType>* metric_;