Searched refs:fCpu (Results 1 - 7 of 7) sorted by relevance

/external/skia/bench/
H A DBenchSysTimer_posix.h21 timespec fCpu; member in class:BenchSysTimer
H A DBenchSysTimer_posix.cpp35 if (-1 == clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &this->fCpu)) {
37 this->fCpu = none;
47 return intervalInMSec(this->fCpu, end_cpu);
H A DBenchSysTimer_c.cpp22 this->fCpu = (end_cpu - this->fStartCpu) * CLOCKS_PER_SEC / 1000.0;
H A DBenchTimer.cpp24 : fCpu(-1.0)
64 fCpu = fSysTimer->endCpu() * fDurationScale;
H A DBenchTimer.h35 double fCpu; member in class:BenchTimer
H A DTimerData.cpp34 fCpuTimes[fCurrTiming] = timer->fCpu;
/external/skia/tools/
H A Dbbh_shootout.cpp284 histogram[index - 1].fCpuTime = SkDoubleToScalar(timer.fCpu);

Completed in 244 milliseconds