HomeSort by relevance Sort by last modified time
    Searched refs: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);
BenchTimer.cpp 23 , fWall(-1.0)
54 fWall = fSysTimer->endWall();
BenchSysTimer_c.cpp 26 this->fWall = difftime(end_wall, this->fstartWall) / 1000.0;
BenchTimer.h 31 double fWall;
benchmain.cpp 602 str.appendf(" msecs = %6.2f", timer.fWall / repeatDraw);

Completed in 359 milliseconds