DescriptionSupport computing percentiles on a rolling window of samples
This defines RollingTimeDeltaHistory, a class that stores a
limited number of samples (of type base::TimeDelta) and allows
computing percentiles on the stored set. When the maximum size
is reached, each insertion results in the deletion of the oldest
remaining sample.
BUG=243459
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203847
Patch Set 1 #
Total comments: 6
Patch Set 2 : #
Messages
Total messages: 9 (0 generated)
|