Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
LatencyTracker::Stats Struct Reference

#include <latency_tracker.h>

Public Attributes

qint64 lastMs = 0
 most recently added sample
qint64 medianMs = 0
 median over the current window
qint64 p95Ms = 0
 95th percentile over the current window
qint64 maxMs = 0
 maximum over the current window
int sampleCount = 0
 number of samples currently in the window

Member Data Documentation

◆ lastMs

qint64 LatencyTracker::Stats::lastMs = 0

most recently added sample

◆ maxMs

qint64 LatencyTracker::Stats::maxMs = 0

maximum over the current window

◆ medianMs

qint64 LatencyTracker::Stats::medianMs = 0

median over the current window

◆ p95Ms

qint64 LatencyTracker::Stats::p95Ms = 0

95th percentile over the current window

◆ sampleCount

int LatencyTracker::Stats::sampleCount = 0

number of samples currently in the window


The documentation for this struct was generated from the following file: