Store and show statistics for "ls" and "extract-files"

commands.
This commit is contained in:
2017-06-04 23:07:31 +01:00
parent 7c825f86a2
commit 7105fbb333
9 changed files with 32 additions and 1 deletions

View File

@@ -107,6 +107,8 @@ namespace DiscImageChef.Server.Controllers
oldStats.Commands.MediaScan += newStats.Commands.MediaScan;
oldStats.Commands.PrintHex += newStats.Commands.PrintHex;
oldStats.Commands.Verify += newStats.Commands.Verify;
oldStats.Commands.Ls += newStats.Commands.Ls;
oldStats.Commands.ExtractFiles += newStats.Commands.ExtractFiles;
}
}