摘要:
测试程序运行时间(转)原文:http://www.cnblogs.com/kavilee/archive/2010/12/13/1904274.html一、用C#自带的StopWatch函数using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;namespace StopWatch{ class Program { static void Main(string[] args) { Stopwatch sw = new Stopwatc 阅读全文
posted @ 2012-02-07 16:54
风筝blog
阅读(820)
评论(0)
推荐(0)