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
Add now() to Timer class and switch to steady clock
Problem:
* Timer has no interface to return epoch time
* high_resolution_clock is aliased to system_clock on ubuntu
Solution
* Add a now() interface to Timer class
* Switch to steady clock
0 commit comments