I'm doing some testing of an application on a multi-processor machine. I am curious if it is possible to see what processor a section of code was running on. I was hoping to see the distribution across the processors when the code is under load.
Asked
Active
Viewed 81 times
1
-
1You could p/invoke Win32s `GetCurrentProcessorNumber()` – Alex K. Feb 23 '15 at 17:21