Add profile timing to Translate

This commit is contained in:
2025-04-04 19:27:39 -04:00
parent e64c25949d
commit 420a096cbc

View File

@@ -28,7 +28,7 @@ namespace Translate.Services
} }
finally finally
{ {
Console.WriteLine($"Translate done, total took {Utility.FormatNumber(profiler.End(),0,true)}(ms"); Console.WriteLine($"Translate done, total took {Utility.FormatNumber(profiler.End(),0,true)}(ms)");
} }
} }