korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-time
/
korlibs.time
/
TimeSampler
Time
Sampler
class
TimeSampler
(
var
timeWindow
:
Duration
=
1.seconds
)
Class to count the number of times a sample was added in a timeWindow
Members
Constructors
Time
Sampler
Link copied to clipboard
constructor
(
timeWindow
:
Duration
=
1.seconds
)
Properties
count
Link copied to clipboard
val
count
:
Int
time
Window
Link copied to clipboard
var
timeWindow
:
Duration
Functions
add
Link copied to clipboard
fun
add
(
)