How to Profile the CPU Activity of a Visual Studio Program -


imagine have program doing lot of things wasting 90% of cpu. need way know (through visual studio) program wasting cpu.

take @ visual studio profiler.

you can performance reports show functions expensive cpu-wise.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -