Forum Discussion
DrPowers
6 years agoHonored Guest
ovr_GetPerfStats is empty
I'm running v1.8 SDK and am unable to upgrade at the moment.
Everything seems to be working in my implementation but I am unable to query the statistics for reporting.
I am already calling ovr_GetPerfStats() directly after ovr_SubmitFrame() like so:
Everything seems to be working in my implementation but I am unable to query the statistics for reporting.
I am already calling ovr_GetPerfStats() directly after ovr_SubmitFrame() like so:
result = ovr_SubmitFrame(m_session, 0, &viewScale, &layers, 1);
ovrResult res2 = ovr_GetPerfStats(m_session, stats);
Both function calls return success but the stats object returns empty with 0s for all data items.
All values in the performance HUD are populated correctly.
Does anyone know why this is occurring?
Both function calls return success but the stats object returns empty with 0s for all data items.
All values in the performance HUD are populated correctly.
Does anyone know why this is occurring?
No RepliesBe the first to reply
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 years ago
- 6 years ago
- 5 years ago