Lines Matching full:time
40 #include <sys/time.h>
41 #include <time.h>
116 uint32_t time = sEndWebCoreThreadTime = getThreadMsec();
117 uint32_t elapsed = time - sStartTime[type];
128 LOGD("*-* Total load time: %d ms, thread time: %d ms for %s\n",
133 int index = sprintf(scratch, "*-* Total %s time: %d ms",
157 LOGD("*-* Elapsed time: %d ms, ui thread time: %d ms, webcore thread time:"
165 int index = sprintf(scratch, "*-* Diff %s time: %d ms",
189 uint32_t time = getThreadMsec();
191 sStartWebCoreThreadTime = time;
194 sStartTime[type] = time;