Searched refs:Clock (Results 1 – 2 of 2) sorted by relevance
24 using Clock = std::chrono::high_resolution_clock; variable30 start_ = Clock::now(); in ClockScope()35 return Clock::now() - start_; in GetPauseTime()40 … auto duration = std::chrono::duration_cast<std::chrono::microseconds>(Clock::now() - start_); in TotalSpentTime()54 Clock::time_point start_;
24 class Clock implements ClockInterface { class35 let nowClock = new Clock(3, 20);