OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_wall
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/timer/
SysTimer_posix.cpp
45
timespec
end_wall
;
local
46
if (-1 == clock_gettime(CLOCK_MONOTONIC, &
end_wall
)) {
48
end_wall
= none;
50
return interval_in_ms(fWall,
end_wall
);
SysTimer_mach.cpp
56
uint64_t
end_wall
= mach_absolute_time();
local
58
uint64_t elapsed =
end_wall
- fStartWall;
Completed in 4927 milliseconds