用于统计函数执行时间的类是最近在改进程序性能时写的,在函数入口处调用Start,在结束的时候调用Stop,在程序推出前调用Total进行统计输出。
该类不支持.net 1.1

用于统计函数执行时间的类using System;
用于统计函数执行时间的类
using System.Data;
用于统计函数执行时间的类
using System.Collections.Generic;
用于统计函数执行时间的类
using System.Diagnostics;
用于统计函数执行时间的类
using System.Text;
用于统计函数执行时间的类
用于统计函数执行时间的类
namespace Common

相关文章: