Currently, the code compiles on Windows but it does not collect any events except those native to JVM. Add at least the following ones: - [QueryPerformanceCounter()](http://advancedcppwithexamples.blogspot.cz/2009/08/measuring-elapsed-time-in-c-using_21.html) - [GetProcessMemoryInfo()](http://www.installsetupconfig.com/win32programming/processstatushelperapis10_4.html)
Currently, the code compiles on Windows but it does not collect any events except those native to JVM. Add at least the following ones: