mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
feat(producer): surface beginframe no-damage reuse counters in perf summary and telemetry
This commit is contained in:
@@ -1683,6 +1683,8 @@ function trackRenderMetrics(
|
||||
staticDedupSkipReason: perf?.staticDedup?.skipReason,
|
||||
staticDedupPredictedFrames: perf?.staticDedup?.predictedFrames,
|
||||
staticDedupReusedFrames: perf?.staticDedup?.reusedFrames,
|
||||
beginFrameNoDamageFrames: perf?.beginFrameReuse?.noDamageFrames,
|
||||
beginFrameHasDamageFrames: perf?.beginFrameReuse?.hasDamageFrames,
|
||||
deCaptureMode: perf?.drawElement?.mode,
|
||||
deCompileGate: perf?.drawElement?.compileGate,
|
||||
deClampReason: perf?.drawElement?.clampReason,
|
||||
|
||||
Reference in New Issue
Block a user