-
Notifications
You must be signed in to change notification settings - Fork 182
Eliminate 1000ms ETW latency (true realtime overlay) #346
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::this_thread::yield(); | ||
| } | ||
| } | ||
| double TimestampDeltaToSeconds(uint64_t start, uint64_t end, double period) noexcept |
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.
Are you always guaranteed to have end be greater than 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.
Yes, but it would be a good idea to foolproof this for future usage / changes!
markgalvan-intel
left a comment
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.
This is fantastic. Great stuff! Just the one small question.
Also includes fixes for the Asio-based actions (RPC) system, IPC log connection to service, and race condition fix in service
closes #340
closes #344
closes #317