MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_ResetPerfStats

Function ovr_ResetPerfStats

Revive/REV_CAPI.cpp:1081–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079}
1080
1081OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetPerfStats(ovrSession session)
1082{
1083 REV_TRACE(ovr_ResetPerfStats);
1084
1085 vr::VRCompositor()->GetCumulativeStats(&session->BaseStats, sizeof(vr::Compositor_CumulativeStats));
1086 return ovrSuccess;
1087}
1088
1089OVR_PUBLIC_FUNCTION(double) ovr_GetPredictedDisplayTime(ovrSession session, long long frameIndex)
1090{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected