ixfx
    Preparing search index...

    Class PrimitiveTracker<V, TResult>Abstract

    Base tracker class

    Type Parameters

    • V extends number | string
    • TResult

    Hierarchy (View Summary)

    Index

    Accessors

    • get elapsed(): number

      Returns the elapsed time, in milliseconds since the instance was created

      Returns number

    Constructors

    Methods

    • 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.

      Parameters

      • ...p: V[]

      Returns TResult

    Properties

    debug: boolean
    id: string
    timestamps: number[]
    values: V[]