We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support Windows.
Should be straightforward other than the build. I guess we'll use cmake for that.
I don't think libpfc supports Windows but perhaps we can port that too, or else just rely on the default std::chrono based clock.
libpfc
The text was updated successfully, but these errors were encountered:
Some pointers to reading perf events in Windows with ETW:
https://twitter.com/pervognsen/status/1270555130706841600 https://gist.github.com/pervognsen/73597a3a732a10922418d62c6c86a427
SO:
https://stackoverflow.com/questions/45428588/can-i-read-the-cpu-performance-counters-from-a-user-mode-program-in-windows
Bruce's blog:
https://randomascii.wordpress.com/2016/11/27/cpu-performance-counters-on-windows/
Sorry, something went wrong.
https://twitter.com/SMT_Solvers/status/1413708136704315398
https://gist.github.com/kruxmeier/eb4becb7ba5c16192274f6fce3a47309
No branches or pull requests
Support Windows.
Should be straightforward other than the build. I guess we'll use cmake for that.
I don't think
libpfc
supports Windows but perhaps we can port that too, or else just rely on the default std::chrono based clock.The text was updated successfully, but these errors were encountered: