Possible Duplicate:
Any decent C# profilers out there?
I wrote an application in c# for the kinect. For some reason the app consumes more than 100 MB in ram and 14 per cent of all processing power.
Without going into detail, are there applications for Visual Studio or external which help me find out where the biggest workload stems from to know where to optimize?
I am talking about extensions or similar that visualize code lines for instance dye those red that are under heavy load and dye those blue that are not executed.