标签: .net performancecounter
使用System.Diagnostics.PerformanceCounter,我想在每'x'分钟后写出结果。是否支持任何功能,或者我必须编写某种在每'x'分钟后调用的事件?感谢
System.Diagnostics.PerformanceCounter
答案 0 :(得分:2)
你需要一个计时器。