nh2 / haskell-cpu-instruction-counter

Measuring CPU instructions in Haskell using Linux Performance Counters
MIT License
83 stars 5 forks source link

Windows support #2

Open neil-da opened 6 years ago

neil-da commented 6 years ago

Would be great...

nh2 commented 6 years ago

@neil-da Do you know what functionality in Windows provides instruction (or other performance) counters as perf does?

ndmitchell commented 6 years ago

https://msdn.microsoft.com/en-us/library/windows/desktop/aa373083(v=vs.85).aspx is where I'd start, but it doesn't seem well documented...