C#計算程序運行時間的2種方法(DateTime.Now和Stopwatch)
(認知有限,如有不妥,還望告知,歡迎討論)
方法1:使用Datetime.Now
sample output:
方法2:使用Stopwatch
sample output:
=END=
=reference=
[1]https://docs.microsoft.com/en-us/dotnet/api/system.datetime.now?view=net-6.0
[2]https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.stopwatch?view=net-6.0
標簽: