Constructor
new FrequencyProfiler(windowMs)
Initializes a new instance of
FrequencyProfiler
.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
windowMs |
number |
<optional> |
The interval window, in milliseconds; if not specified, defaults to 1000 ms. |
Extends
Members
-
frequency → number
-
The number of ticks recorded in the last interval window.
Inherited Methods
|