HomeSort by relevance Sort by last modified time
    Searched full:fwall (Results 1 - 6 of 6) 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.cpp 25 , fWall(-1.0)
70 fWall = fSysTimer->endWall();
BenchTimer.h 36 double fWall;
TimerData.cpp 48 fWallStr.appendf(format, timer->fWall);
56 fWallMin = Min(fWallMin, timer->fWall);
63 fWallSum += timer->fWall;

Completed in 67 milliseconds