Searched refs:fElapsedSeconds (Results 1 – 2 of 2) sorted by relevance
123 fElapsedSeconds += end - fStart; in stop()127 return fElapsedSeconds.count(); in elapsedSeconds()132 std::chrono::duration<double> fElapsedSeconds{0.0}; member in Timer