OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCpu
(Results
1 - 6
of
6
) 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);
BenchTimer.cpp
22
:
fCpu
(-1.0)
48
fCpu
= fSysTimer->endCpu();
BenchSysTimer_c.cpp
22
this->
fCpu
= (end_cpu - this->fStartCpu) * CLOCKS_PER_SEC / 1000.0;
BenchTimer.h
30
double
fCpu
;
benchmain.cpp
605
str.appendf(" cmsecs = %6.2f", timer.
fCpu
/ repeatDraw);
Completed in 36 milliseconds