会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Swarb
低头做事,抬头做人
博客园
首页
新随笔
联系
管理
订阅
2013年1月28日
C#如何计算代码执行时间
摘要: 方法一:using System.Diagnostice;//导入该命名空间Stopwatch watch=new Stopwatch ();//实例化一个计时器watch.Start();//开始计时/*此处为要计算的运行代码例如:int sum=0;for(in...
阅读全文
posted @ 2013-01-28 10:50 swarb
阅读(376)
评论(0)
推荐(0)
编辑
公告