OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWall
(Results
1 - 7
of
7
) sorted by null
/external/skia/bench/
BenchSysTimer_posix.h
22
timespec
fWall
;
BenchSysTimer_posix.cpp
29
if (-1 == clock_gettime(CLOCK_MONOTONIC, &this->
fWall
)) {
31
this->
fWall
= none;
56
return intervalInMSec(this->
fWall
, end_wall);
BenchSysTimer_c.cpp
26
this->
fWall
= difftime(end_wall, this->fstartWall) / 1000.0;
BenchTimer.h
36
double
fWall
;
BenchTimer.cpp
25
,
fWall
(-1.0)
72
fWall
= fSysTimer->endWall() * fDurationScale;
benchmain.cpp
571
if (loopsPerIter >= (1<<30) || timer.
fWall
> FLAGS_maxMs) {
639
frameIntervalTime += timer.
fWall
;
650
// timer.
fWall
, loopsPerFrame);
654
const double current = timer.
fWall
/ loopsPerIter;
657
converged = HasConverged(previous, current, timer.
fWall
);
677
{'w', "msecs", normalize * timer.
fWall
},
TimerData.cpp
32
fWallTimes[fCurrTiming] = timer->
fWall
;
Completed in 110 milliseconds