![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#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 | |
| qint64 LatencyTracker::Stats::lastMs = 0 |
most recently added sample
| qint64 LatencyTracker::Stats::maxMs = 0 |
maximum over the current window
| qint64 LatencyTracker::Stats::medianMs = 0 |
median over the current window
| qint64 LatencyTracker::Stats::p95Ms = 0 |
95th percentile over the current window
| int LatencyTracker::Stats::sampleCount = 0 |
number of samples currently in the window