New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timer improvements #10872
Timer improvements #10872
Conversation
|
Is this supposed to contain the move to C++20? |
I was testing to see if that would enable non-msvc to use the time zone components of |
b666c9d
to
689bbb0
Compare
|
A further improvement would be going through the codebase and wrapping the raw usages of |
63aefc1
to
29f5d8a
Compare
|
My generic comment here is that the timer class is still holding onto C++98 (?) concepts with names that embed the time type into them, ex: Otherwise this looks pretty good. Thank you for doing this!!!! Yay chrono. Hopefully one day we can migrate more of our code to |
098c371
to
f6846bf
Compare
|
I only made the comment about |
4a569bd
to
5c0039a
Compare
Ideally the statesave format could be changed to just store a u64 in the future
make first invocation a bit more correct
|
update your vc++ redist https://aka.ms/vs/17/release/vc_redist.x64.exe |
|
Thanks. I'm gonna post it in the forums to the others that are having it too. |

std::chronoin most places