Add profile timing to Translate
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Translate.Services
|
||||
}
|
||||
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)");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user