Uses of Class
com.quantfinlib.util.LatencyRecorder
Packages that use LatencyRecorder
Package
Description
Order entry, two lanes (mirroring
marketdata):Shared numerics and measurement primitives:
MathUtils (statistics, percentiles, Cholesky,
matrix solve/inverse, normal distribution),
LatencyRecorder (zero-allocation log-linear
nanosecond histogram) and HiccupMonitor
(jHiccup-style platform stall attribution — GC/safepoint/scheduler pauses
versus code latency).-
Uses of LatencyRecorder in com.quantfinlib.trading
Methods in com.quantfinlib.trading with parameters of type LatencyRecorderModifier and TypeMethodDescriptionTradingDashboard.attachLatency(String name, LatencyRecorder recorder) Attaches a latency histogram to the status payload (call before or after start). -
Uses of LatencyRecorder in com.quantfinlib.util
Methods in com.quantfinlib.util that return LatencyRecorderModifier and TypeMethodDescriptionHiccupMonitor.recorder()The hiccup histogram: excess-over-requested park time, in nanos.