mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add many more stopwatches
This commit is contained in:
@@ -51,6 +51,8 @@ namespace SabreTools.DatTools
|
||||
long totalSize = 0;
|
||||
long currentSize = 0;
|
||||
|
||||
InternalStopwatch watch = new InternalStopwatch($"Populating DAT from {basePath}");
|
||||
|
||||
// Process the input
|
||||
if (Directory.Exists(basePath))
|
||||
{
|
||||
@@ -90,6 +92,7 @@ namespace SabreTools.DatTools
|
||||
logger.User(totalSize, totalSize, basePath);
|
||||
}
|
||||
|
||||
watch.Stop();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user