Phase 7.5 timing logs
Some checks failed
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m45s
CI / Windows Release Package (push) Has been cancelled

This commit is contained in:
Aiden
2026-05-11 21:32:40 +10:00
parent 0a7954e879
commit f8adbbe0fe
8 changed files with 457 additions and 4 deletions

View File

@@ -86,9 +86,15 @@ void TestBackendPlayoutHealth()
1,
4,
12,
0,
3,
4,
10,
2,
1,
8.5,
7.25,
12.0,
8,
11,
3,
@@ -107,8 +113,14 @@ void TestBackendPlayoutHealth()
Expect(playout.completionResult == "Dropped", "backend playout health stores completion result");
Expect(playout.readyQueueDepth == 1, "backend playout health stores ready queue depth");
Expect(playout.readyQueueCapacity == 4, "backend playout health stores ready queue capacity");
Expect(playout.minReadyQueueDepth == 0, "backend playout health stores min ready queue depth");
Expect(playout.maxReadyQueueDepth == 3, "backend playout health stores max ready queue depth");
Expect(playout.readyQueueZeroDepthCount == 4, "backend playout health stores zero-depth queue samples");
Expect(playout.readyQueueDroppedCount == 2, "backend playout health stores queue dropped count");
Expect(playout.readyQueueUnderrunCount == 1, "backend playout health stores queue underrun count");
Expect(playout.outputRenderMilliseconds == 8.5, "backend playout health stores output render duration");
Expect(playout.smoothedOutputRenderMilliseconds == 7.25, "backend playout health stores smoothed output render duration");
Expect(playout.maxOutputRenderMilliseconds == 12.0, "backend playout health stores max output render duration");
Expect(playout.completedFrameIndex == 8, "backend playout health stores completed index");
Expect(playout.scheduledFrameIndex == 11, "backend playout health stores scheduled index");
Expect(playout.measuredLagFrames == 2, "backend playout health stores measured lag");
@@ -127,9 +139,15 @@ void TestBackendPlayoutHealth()
2,
4,
13,
1,
3,
4,
11,
2,
1,
-5.0,
-4.0,
-3.0,
9,
12,
3,