Moving Average Timer
Constructors
Link copied to clipboard
constructor()
Create a new MovingAverageTimer with a ring buffer size of 100 and a resolution of milliseconds.
Create a new MovingAverageTimer with the specified buffer size and a resolution of milliseconds.
Create a new MovingAverageTimer with the specified buffer size and resolution.