Class | Description |
---|---|
Clock |
An abstraction for how time passes.
|
Clock.CpuTimeClock |
A clock implementation which returns the current thread's CPU time.
|
Clock.UserTimeClock |
A clock implementation which returns the current time in epoch nanoseconds.
|
EWMA |
An exponentially-weighted moving average.
|
Meter |
Copyright © 2023 NoraUi. All rights reserved.