OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWall
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/tools/timer/
SysTimer_posix.h
20
timespec
fWall
;
Timer.cpp
11
,
fWall
(-1.0)
37
fWall
= fSysTimer.endWall();
45
WallTimer::WallTimer() :
fWall
(-1.0) {}
52
fWall
= fSysTimer.endWall();
Timer.h
45
double
fWall
;
58
// Same as Timer above, supporting only
fWall
but with much lower overhead.
67
double
fWall
; // Milliseconds.
SysTimer_posix.cpp
23
if (-1 == clock_gettime(CLOCK_MONOTONIC, &
fWall
)) {
25
fWall
= none;
50
return interval_in_ms(
fWall
, end_wall);
TimerData.cpp
27
fWallTimes[fCurrTiming] = timer->
fWall
;
/external/chromium_org/third_party/skia/bench/
nanobench.cpp
106
return timer.
fWall
;
Completed in 5368 milliseconds