会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ZCoding
山不过来,我就过去!
博客园
首页
新随笔
联系
订阅
管理
2015年2月5日
C#如何测试代码运行时间
摘要: 第一种方式:System.Diagnostics.Stopwatch stopwatch = new Stopwatch();stopwatch.Start(); // 开始监视代码运行时间// 需要测试的代码 ....stopwatch.Stop(); // 停止监视TimeSpan tim...
阅读全文
posted @ 2015-02-05 09:55 ZCoding
阅读(23887)
评论(1)
推荐(3)
编辑
公告