![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#include "client/lag_monitor.h"#include <QCoreApplication>#include <QDateTime>#include <QEvent>#include <QLoggingCategory>#include <gtest/gtest.h>Classes | |
| class | LagMonitorTest |
Functions | |
| TEST_F (LagMonitorTest, GapAtOrBelowThresholdIsIgnored) | |
| TEST_F (LagMonitorTest, GapAboveThresholdIsRecorded) | |
| TEST_F (LagMonitorTest, RecordedTimestampIsFresh) | |
| TEST_F (LagMonitorTest, RecordsAreTrimmedToMaxOldestFirst) | |
| TEST_F (LagMonitorTest, GapAtPlausibilityCapIsKept) | |
| TEST_F (LagMonitorTest, GapBeyondPlausibilityCapIsDropped) | |
| TEST_F (LagMonitorTest, ClearStallsEmptiesList) | |
| TEST_F (LagMonitorTest, ApplicationStateChangeDoesNotRecordAStall) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
| TEST_F | ( | LagMonitorTest | , |
| ApplicationStateChangeDoesNotRecordAStall | ) |
| TEST_F | ( | LagMonitorTest | , |
| ClearStallsEmptiesList | ) |
| TEST_F | ( | LagMonitorTest | , |
| GapAboveThresholdIsRecorded | ) |
| TEST_F | ( | LagMonitorTest | , |
| GapAtOrBelowThresholdIsIgnored | ) |
| TEST_F | ( | LagMonitorTest | , |
| GapAtPlausibilityCapIsKept | ) |
| TEST_F | ( | LagMonitorTest | , |
| GapBeyondPlausibilityCapIsDropped | ) |
| TEST_F | ( | LagMonitorTest | , |
| RecordedTimestampIsFresh | ) |
| TEST_F | ( | LagMonitorTest | , |
| RecordsAreTrimmedToMaxOldestFirst | ) |