HomeSort by relevance Sort by last modified time
    Searched refs:sCounter (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/android/
TimeCounter.cpp 83 uint32_t TimeCounter::sCounter[TimeCounter::TotalTimeCounterCount];
111 sCounter[type]++;
135 if (sCounter[type] > 0)
136 sprintf(&scratch[index], " called %d times", sCounter[type]);
167 if (sCounter[type] > sLastCounter[type])
168 sprintf(&scratch[index], " called %d times", sCounter[type]
173 memcpy(sLastCounter, sCounter, sizeof(sCounter));
181 bzero(sCounter, sizeof(sCounter));
    [all...]
TimeCounter.h 79 static uint32_t sCounter[TotalTimeCounterCount];
93 TimeCounter::sCounter[m_type]++;

Completed in 19 milliseconds