mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove benchmark, media scan, and verify statistics.
This commit is contained in:
@@ -121,8 +121,6 @@ namespace DiscImageChef.Gui.Dialogs
|
||||
stkCalculationResults.Items.Add(new Label {Text = $"Min memory used is {results.MinMemory} bytes"});
|
||||
|
||||
Statistics.AddCommand("benchmark");
|
||||
Statistics.AddBenchmark(checksumTimes, results.EntropyTime, results.TotalTime, results.SeparateTime,
|
||||
results.MaxMemory, results.MinMemory);
|
||||
|
||||
stkCalculationResults.Items.Add(new StackLayoutItem(stkButtons, HorizontalAlignment.Right, true));
|
||||
stkCalculationResults.Visible = true;
|
||||
|
||||
Reference in New Issue
Block a user