Click here to Skip to main content
15,888,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to calculate Performance statistics of c# project?

What I have tried:

I have run memory performance project but giving error like Regedit error
Posted
Updated 18-Mar-16 20:51pm
Comments
VR Karthikeyan 19-Mar-16 2:49am    
Right click on your project in visual studio, select Analyze -> Run Code Analysis.
Abhipal Singh 19-Mar-16 2:51am    
You can use PerfMon for that. It will generate .blg file which can be analysed using PAL.

1 solution

Hi, use Diagnostic tools in Visual studio while debug. refer the below link,
11 Code Profiling and Performance Tools for Visual Studio -- Visual Studio Magazine[^]
 
Share this answer
 

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