-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Miscellaneous fixes in ETW tracing + Systrace #3746
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
Conversation
|
|
||
| std::chrono::high_resolution_clock::time_point start_{std::chrono::high_resolution_clock::now()}; | ||
|
|
||
| std::chrono::high_resolution_clock::time_point start_{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not directly related to this CR, but as a warning, high_resolution_clock can have unexpected behavior, like going backwards with things like daylights savings time. steady_clock won't do this, and is still implemented with QueryPerformanceCounter on Windows so you should get a high resolution.
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
|
Given devmain is already off of 0.59 and we've had some crash issues, I'm just going to close this. |
This PR is meant to backport the changes in the #3745 to 0.59-vnext-stable, and hence to devmain immediately.
Microsoft Reviewers: Open in CodeFlow