LatencyFilter.get

Returns the current median latency for a node. If no data has been recorded for the node, returns NaN.

struct LatencyFilter(T, U, size_t window)
const pure nothrow @safe @nogc
U
get
(
const T node
)
if (
isHashKey!T &&
isFloatingPoint!U
&&
window > 0
)

Meta