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

/external/webkit/Source/WebKit/android/
H A DTimeCounter.h43 class TimeCounter { class in namespace:android
87 TimeCounterAuto(TimeCounter::Type type) :
91 TimeCounter::sEndWebCoreThreadTime = time;
92 TimeCounter::sTotalTimeUsed[m_type] += time - m_startTime;
93 TimeCounter::sCounter[m_type]++;
96 TimeCounter::Type m_type;

Completed in 43 milliseconds