Searched defs:EventTimer (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DEventMetric.h129 // The EventTimer is a supporting class for EventMetric instances that are used
130 // to time methods. The EventTimer starts a timer when first in scope, and
138 // EventTimer<int> my_timer(&my_metric);
144 // } // The EventTimer destructor will record the the timing in my_metric;
147 class EventTimer { class in namespace:android
149 explicit EventTimer(EventMetric<AttributeType>* metric) function in class:android::EventTimer
153 virtual ~EventTimer() {
/frameworks/av/media/libmedia/include/media/
H A DEventMetric.h129 // The EventTimer is a supporting class for EventMetric instances that are used
130 // to time methods. The EventTimer starts a timer when first in scope, and
138 // EventTimer<int> my_timer(&my_metric);
144 // } // The EventTimer destructor will record the the timing in my_metric;
147 class EventTimer { class in namespace:android
149 explicit EventTimer(EventMetric<AttributeType>* metric) function in class:android::EventTimer
153 virtual ~EventTimer() {

Completed in 40 milliseconds