OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:now32
(Results
1 - 1
of
1
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testtimer.c
45
Uint32 start32,
now32
;
local
115
now32
= SDL_GetTicks();
116
SDL_Log("Delay 1 second = %d ms in ticks, %f ms according to performance counter\n", (
now32
-start32), (double)((now - start)*1000) / SDL_GetPerformanceFrequency());
Completed in 70 milliseconds