HomeSort by relevance Sort by last modified time
    Searched refs:fCpu (Results 1 - 8 of 8) sorted by null

  /external/skia/bench/
BenchSysTimer_posix.h 21 timespec fCpu;
BenchSysTimer_posix.cpp 35 if (-1 == clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &this->fCpu)) {
37 this->fCpu = none;
47 return intervalInMSec(this->fCpu, end_cpu);
BenchSysTimer_c.cpp 22 this->fCpu = (end_cpu - this->fStartCpu) * CLOCKS_PER_SEC / 1000.0;
BenchTimer.h 35 double fCpu;
BenchTimer.cpp 24 : fCpu(-1.0)
64 fCpu = fSysTimer->endCpu() * fDurationScale;
TimerData.cpp 34 fCpuTimes[fCurrTiming] = timer->fCpu;
benchmain.cpp 679 {'c', "cmsecs", normalize * timer.fCpu},
  /external/skia/tools/
bbh_shootout.cpp 322 histogram[index - 1].fCpuTime = SkDoubleToScalar(timer.fCpu);

Completed in 219 milliseconds