Tagged Questions
2
votes
5answers
3k views
How do I obtain CPU cycle count in Win32?
In Win32, is there any way to get a unique cpu cycle count or something similar that would be uniform for multiple processes/languages/systems/etc.
I'm creating some log files, but have to produce ...