Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi everyone!I have developed a Windows Application.But while debugging it is taking much time.Here i just wanna to know the performance of my application.I am using VS 2010.Can anyone help me?
Posted

1 solution

There is an in built way to do that in C#. Use the PerformanceCounter class. Google it for more information.

Refer the below link which might help you -

An Introduction To Performance Counters[^]
 
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