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
Consider using std::chrono for compile time type safety. Define a custom clock domain using something like std::chrono::time_point<deviceio_monothonic_clock> and a custom deviceio_monothonic_clock that would use platform specific query mechanisms. #375
Consider using std::chrono for compile time type safety. Define a custom clock domain using something like std::chrono::time_point<deviceio_monothonic_clock> and a custom deviceio_monothonic_clock that would use platform specific query mechanisms.
Consider using
std::chronofor compile time type safety. Define a custom clock domain using something likestd::chrono::time_point<deviceio_monothonic_clock>and a customdeviceio_monothonic_clockthat would use platform specific query mechanisms.Originally posted by @aristarkhovNV in #352 (comment)