C#中 Counter.Stop错误1“Garment_factory_management.Form1.Counter(object, System.EventArgs)”是一个“方法”,这在给定的上下文中无效
1 回答
胡子哥哥
TA贡献1825条经验 获得超6个赞
c# - 如何在自己的代码中使用Performance Counters
原创 2012年06月27日 14:58:28 标签:performance /c# /exception /float /null /thread 729
笔者写了两个类 PerformanceCounterCollector 和 PerformanceCounterCollectorList用来监视不同Counters的值.
其中PerformanceCounterCollector对应一个Performance counter, 可以在其它程序或者代码运行的一段时间内, 监视指定的Counter的平均值,最大值,最小值和最小非零值。
PerformanceCounterCollectorList 对应多个Performance counter, 可以同时监视多个Counters。
- 1 回答
- 0 关注
- 675 浏览
添加回答
举报
0/150
提交
取消