You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This computation is not exactly the same as just resetting start_time to now.
// In the case of a clock with better-than-microsecond resolution, this computation leaves the fractional microseconds of difference in the new value of now - start_time.
// This prevents error from accumulating.
std::chrono::high_resolution_clock::time_point now = std::chrono::high_resolution_clock::now();