You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, measure() only recorded timings for indices in the middle
range [DROP_SIZE, N_MEASURES - DROP_SIZE), while update_statistics()
assumed all entries were available from index 0.
This mismatch led to statistical analysis on unmeasured (zero-filled)
samples, potentially skewing results or preventing detection thresholds
from being reached.
Now:
- measure() records all samples
- update_statistics() discards DROP_SIZE samples on both ends
- Sample accounting matches ENOUGH_MEASURE estimation
Change-Id: Ibb1515043da5f56d72fe34fd5c78e2283df9a993
0 commit comments