Optional
Readonly
debug?: booleanIf true
Optional
Readonly
id?: stringOptional
Readonly
resetIf above zero, tracker will reset after this many samples
Optional
Readonly
sampleIf above zero, there will be a limit to intermediate values kept.
When the seen values is twice sampleLimit
, the stored values will be trimmed down
to sampleLimit
. We only do this when the values are double the size so that
the collections do not need to be trimmed repeatedly whilst we are at the limit.
Automatically implies storeIntermediate
Optional
Readonly
storeIf true, intermediate points are stored. False by default
Options