class
ReadUntil::Stats
- ReadUntil::Stats
- Reference
- Object
Defined in:
read_until/stats.crConstructors
Instance Method Summary
- #actions : ActionStats
- #add_bytes_received(bytes : UInt64) : Nil
- #avg_lag_samples : Float64
- #bytes_received : UInt64
- #increment_reads_seen : Nil
- #lag_measurements : UInt64
- #observe_lag(samples : UInt64) : Nil
- #reads_seen : UInt64
- #record_progress(samples_since_start : UInt64, seconds_since_start : Float64) : Nil
- #responses_seen : UInt64
- #samples_behind : UInt64
- #samples_since_start : UInt64
- #seconds_since_start : Float64
Constructor Detail
Instance Method Detail
def record_progress(samples_since_start : UInt64, seconds_since_start : Float64) : Nil
#