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

@@ -290,10 +290,18 @@ namespace DiscImageChef.Core
AllStats.Commands.Entropy++;
CurrentStats.Commands.Entropy++;
break;
case "extract-files":
AllStats.Commands.Entropy++;
CurrentStats.Commands.Entropy++;
break;
case "formats":
AllStats.Commands.Formats++;
CurrentStats.Commands.Formats++;
break;
case "ls":
AllStats.Commands.Formats++;
CurrentStats.Commands.Formats++;
break;
case "media-info":
AllStats.Commands.MediaInfo++;
CurrentStats.Commands.MediaInfo++;