mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Some fixes for statistics
This commit is contained in:
parent
b5a496e11c
commit
e49cb0bada
1 changed files with 3 additions and 3 deletions
|
|
@ -143,9 +143,9 @@ begin
|
|||
FStatisticsLock.Acquire;
|
||||
try
|
||||
theStatistics.RemainingTime :=
|
||||
EstimateRemainingTime(FStatisticsAtStartTime.DoneFiles,
|
||||
theStatistics.DoneFiles,
|
||||
theStatistics.TotalFiles,
|
||||
EstimateRemainingTime(FStatisticsAtStartTime.DoneBytes,
|
||||
theStatistics.DoneBytes,
|
||||
theStatistics.TotalBytes,
|
||||
StartTime,
|
||||
SysUtils.Now,
|
||||
theStatistics.BytesPerSecond);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue