I have an application in C#, i want to implement perfcounters in this application so that i can track down the performance parameters and use them to make my application have better performance as of now the application has performance issues.
Thanks
I have an application in C#, i want to implement perfcounters in this application
Share
Performance counters only tell you that your program is slow. They don’t tell you why your program is slow. Use a profiler.