S srikanthkurma Distinguished Feb 2, 2011 1 0 18,510 Feb 2, 2011 #1 Hello,how do i start and stop performance counters in c# application
Ijack Distinguished Jul 30, 2008 1,035 0 20,360 Feb 2, 2011 #2 Just create an instance of System.Diagnostic.PerformanceCounter. I'm not sure that you can sart and stop them as such, just read their value using NextValue. Upvote 0 Downvote
Just create an instance of System.Diagnostic.PerformanceCounter. I'm not sure that you can sart and stop them as such, just read their value using NextValue.