C# 监控代码执行效率时间:2023-03-09 07:28:38 System.Diagnostics.Stopwatch stopwatch = new System.Diagnostics.Stopwatch(); stopwatch.Start(); stopwatch.Stop();