Searched refs:getCpuTime (Results 1 – 2 of 2) sorted by relevance
79 m_starts[CPU_TIMER] = getCpuTime(); in start()84 m_times[CPU_TIMER] = getCpuTime() - m_starts[CPU_TIMER]; in stop()126 inline double getCpuTime() const in getCpuTime() function
204 double starttime = timer.getCpuTime(); in run()212 double endtime = timer.getCpuTime(); in run()