Searched defs:latencyTimeSeries (Results 1 – 1 of 1) sorted by relevance
47 struct latencyTimeSeries { struct48 int idx; /* Index of the next sample to store. */49 uint32_t max; /* Max latency observed for this event. */50 struct latencySample samples[LATENCY_TS_LEN]; /* Latest history. */