Windows support
travisdowns opened this issue · 2 comments
travisdowns commented
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.
travisdowns commented
Some pointers to reading perf events in Windows with ETW:
https://twitter.com/pervognsen/status/1270555130706841600
https://gist.github.com/pervognsen/73597a3a732a10922418d62c6c86a427
SO:
Bruce's blog:
https://randomascii.wordpress.com/2016/11/27/cpu-performance-counters-on-windows/