OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:now3
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/core/
SkGraphics.cpp
329
SkMSec
now3
= SkTime::GetMSecs();
local
330
printf("----------- memset16: native %d, portable %d\n", now2 - now,
now3
- now2);
340
now3
= SkTime::GetMSecs();
341
printf("----------- memset32: native %d, portable %d\n", now2 - now,
now3
- now2);
Completed in 11 milliseconds