mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-04 06:12:04 +00:00
[client/host/idd/lgmp] add additional timing metrics
This commit is contained in:
@@ -150,8 +150,13 @@ struct AppState
|
||||
RingBuffer renderTimings;
|
||||
RingBuffer renderDuration;
|
||||
RingBuffer uploadTimings;
|
||||
RingBuffer captureDuration;
|
||||
RingBuffer postProcessDuration;
|
||||
RingBuffer copyDuration;
|
||||
RingBuffer endToEndDuration;
|
||||
|
||||
atomic_uint_least64_t pendingCount;
|
||||
atomic_uint_least64_t producerFrameTime;
|
||||
atomic_uint_least64_t renderCount, frameCount;
|
||||
_Atomic(float) fps, ups;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user