Phase 7.5 timing logs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user