Fix accidental total doubling
This commit is contained in:
parent
2f6901c881
commit
97e34c522e
@ -296,7 +296,6 @@ do
|
||||
local histogram = newhistogram()
|
||||
for i = 1, sampleqty do
|
||||
local dtime = samples[i]
|
||||
total = total + dtime
|
||||
tsqr = tsqr + (dtime * dtime)
|
||||
if dtime > max then max = dtime end
|
||||
local bucket = math_floor(dtime / bucket_step) + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user