open class ThroughputTimer : Timer
A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by #getValue().
Author
Julien Viet
ThroughputTimer()
A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by |
open fun getValue(): Long |
|
open fun update(duration: Long, unit: TimeUnit): Unit |