Stopwatch watch1 = new Stopwatch();      
watch1.Start();                  //开始计时
for (int i = 0; i < 1; i++) indexBll.SortForData();
Console.WriteLine("时间:" + watch1.Elapsed);  //经过时间
    

相关文章:

  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
猜你喜欢
  • 2021-12-15
  • 2021-10-03
  • 2021-07-27
  • 2021-12-15
  • 2022-12-23
  • 2021-07-14
  • 2022-02-10
相关资源
相似解决方案