[导入]提供一个获取高精度时间类
摘要: 如果你觉得用 DotNet 自带的 DateTime 获取的时间精度不够,解决的方法是通过调用 QueryPerformanceFrequency 和 QueryPerformanceCounter这两个API来实现。 阅读全文
文章来源:http://www.cnblogs.com/T-MAC/archive/2007/11/10/timer.html
文章来源:http://www.cnblogs.com/T-MAC/archive/2007/11/10/timer.html