Now that the speed is displayed right away, increase the number of slots for
calculating the average speed to get a more stable value. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35141 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0dd025d0c4
commit
16940ab877
@ -146,7 +146,7 @@ private:
|
||||
bigtime_t fProcessStartTime;
|
||||
bigtime_t fLastSpeedUpdateTime;
|
||||
bigtime_t fEstimatedFinishReferenceTime;
|
||||
static const size_t kBytesPerSecondSlots = 5;
|
||||
static const size_t kBytesPerSecondSlots = 10;
|
||||
size_t fCurrentBytesPerSecondSlot;
|
||||
double fBytesPerSecondSlot[kBytesPerSecondSlots];
|
||||
double fBytesPerSecond;
|
||||
|
Loading…
Reference in New Issue
Block a user