Enumeration: MetricsName#
Metrics presented to the onMetrics callback in the SessionDelegates interface.
Enumeration Members#
RenderFramerate#
RenderFramerate:
"render.framerate"
The framerate of the rendered frames in frames per second.
PoseToRenderTime#
PoseToRenderTime:
"render.pose_to_render_time"
The time between a pose being sent to the server and the received frame being rendered in milliseconds.
StreamingFramerate#
StreamingFramerate:
"streaming.framerate"
The framerate streaming frames are received from the server in frames per second.
StreamingFrameCount#
StreamingFrameCount:
"streaming.frame_count"
The total number of valid streaming frames received from the server.