Abstract
Abstract
elapsedReturns the elapsed milliseconds since the initial value
Abstract
initialAbstract
lastAbstract
onNotification that buffer has been trimmed
Adds a value, returning computed result.
At this point, we check if the buffer is larger than resetAfterSamples
. If so, reset()
is called.
If not, we check sampleLimit
. If the buffer is twice as large as sample limit, trimStore()
is
called to take it down to sample limit, and onTrimmed()
is called.
Rest
...p: V[]Abstract
trim
Base tracker class