Searched refs:fWall (Results 1 – 7 of 7) sorted by relevance
/external/skia/tools/timer/ |
D | Timer.cpp | 11 , fWall(-1.0) in Timer() 37 fWall = fSysTimer.endWall(); in end() 45 WallTimer::WallTimer() : fWall(-1.0) {} in WallTimer() 52 fWall = fSysTimer.endWall(); in end()
|
D | SysTimer_posix.cpp | 23 if (-1 == clock_gettime(CLOCK_MONOTONIC, &fWall)) { in startWall() 25 fWall = none; in startWall() 50 return interval_in_ms(fWall, end_wall); in endWall()
|
D | Timer.h | 46 double fWall; variable 68 double fWall; // Milliseconds. variable
|
D | SysTimer_posix.h | 20 timespec fWall; variable
|
D | TimerData.cpp | 27 fWallTimes[fCurrTiming] = timer->fWall; in appendTimes()
|
/external/skia/dm/ |
D | DM.cpp | 475 done(timer.fWall, task->sink.tag, task->src.tag, task->src.options, in Run() 520 done(timer.fWall, task->sink.tag, task->src.tag, task->src.options, name, note, log); in Run() 655 done(timer.fWall, "unit", "test", "", test->name, "", ""); in run_test()
|
/external/skia/bench/ |
D | nanobench.cpp | 186 return timer.fWall; in time() 195 overhead += timer.fWall; in estimate_timer_overhead()
|