Hi there.
I'm writing a VC++ program, no MFC that makes use of a lot of HRGNs and often combines and checks if they overlap. While I'm running it, my CPU usage goes as high as 70% max sometimes. The thing is, even when there are no HRGN checks being done, it stays that high.
Is there any tool of some sorts that would allow me to check what part of my code is causing this?
Thank you.
Start Free Trial