Searched refs:sTotalTimeUsed (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/android/
H A DTimeCounter.cpp81 uint32_t TimeCounter::sTotalTimeUsed[TimeCounter::TotalTimeCounterCount]; member in class:android::TimeCounter
118 sTotalTimeUsed[type] += elapsed;
134 timeCounterNames[type], sTotalTimeUsed[type]);
162 if (sTotalTimeUsed[type] == sLastTimeUsed[type])
166 timeCounterNames[type], sTotalTimeUsed[type] - sLastTimeUsed[type]);
172 memcpy(sLastTimeUsed, sTotalTimeUsed, sizeof(sTotalTimeUsed));
180 bzero(sTotalTimeUsed, sizeof(sTotalTimeUsed));
H A DTimeCounter.h77 static uint32_t sTotalTimeUsed[TotalTimeCounterCount]; member in class:android::TimeCounter
92 TimeCounter::sTotalTimeUsed[m_type] += time - m_startTime; member in class:android::TimeCounterAuto::TimeCounter

Completed in 14 milliseconds