Lines Matching full:now
140 SkMSec now = SkTime::GetMSecs();
144 len * TEXT_LOOP_COUNT * 1000.0 / (SkTime::GetMSecs() - now));
217 SkMSec now = SkTime::GetMSecs();
222 printf("-------- SkFixedMul_portable = %d\n", now2 - now);
243 SkMSec now = SkTime::GetMSecs();
248 printf("-------- SkFractMul_portable = %d\n", now2 - now);
269 SkMSec now = SkTime::GetMSecs();
271 (void)SkCLZ_portable(now);
274 printf("-------- SkCLZ_portable = %d\n", now2 - now);
277 (void)SkCLZ(now);
305 SkMSec now = SkTime::GetMSecs();
310 printf("-------- %s = %d\n", gList[j].name, SkTime::GetMSecs() - now);
321 SkMSec now = SkTime::GetMSecs();
330 printf("----------- memset16: native %d, portable %d\n", now2 - now, now3 - now2);
332 now = SkTime::GetMSecs();
341 printf("----------- memset32: native %d, portable %d\n", now2 - now, now3 - now2);