Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to add code profiler for optimization in my visual studio. I am using visual
studio 2008 professional edition. Is there any way to add this feature to my existing
visual studio version. Somebody please help me ASSSAP...


Software Details:

Visual Studio 2008 professional edition

Microsoft Dot Net Framework 3.5 SP1

Window XP

Thanks
Posted

1 solution

Stylecop is a very good static code analyzer. You can see if you can use it for your purpose.

http://stylecop.codeplex.com/[^]

TO do a runtime application profiling, I suggest using CLR profiler. Which can't be integrated with visual studio but is quite easy to use.
 
Share this answer
 
Comments
Ajain A K 14-Feb-13 1:37am    
Dear Rahul,

Many thanks for your suggesstion and usful answer, but I just want to know, will this Stylecop work with C code profiling. I am working with a C project in visual studio
Rahul Rajat Singh 14-Feb-13 2:22am    
For C++ I used CPP lint long back. I also played arounf with PC-Lint (http://www.gimpel.com/html/index.htm) these are worth looking into for C/C++ code analysis.
Ajain A K 15-Feb-13 3:18am    
Dear Rahul,

Thank you very much for your answer it is really useful.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900