I am currently using Microsoft Visual Studio 2008. Is there any built in tool that I can use to check how how much resources does my functions are consuming? Or is there any other tool?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Microsoft Visual Studio 2008 has a profiler to find bottenecks (time is a resource right?)
There is also the CLR Profiler: How To: Use CLR Profiler
CLR Profiler for the .NET Framework 2.0 (can be used with .NET 3.5)
CLR Profiler for .NET Framework 4
(Also: Visual Studio Profiler Team Blog)