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

  /external/skia/bench/
BenchSysTimer_windows.h 22 ULONGLONG fStartCpu;
BenchSysTimer_c.cpp 17 this->fStartCpu = clock();
22 this->fCpu = (end_cpu - this->fStartCpu) * CLOCKS_PER_SEC / 1000.0;
BenchSysTimer_mach.h 22 time_value_t fStartCpu;
BenchSysTimer_mach.cpp 57 this->fStartCpu = macCpuTime();
62 return intervalInMSec(this->fStartCpu, end_cpu);
BenchSysTimer_windows.cpp 40 this->fStartCpu = winCpuTime();
45 return static_cast<double>((end_cpu - this->fStartCpu)) / 10000.0L;

Completed in 383 milliseconds