Reputation: 119
I'm trying to do a quick performance analysis for my OpenGL program, but for some reason, the visual studio performance profiler is not displaying anything for the frame time or FPS:
It displays results for the GPU and CPU usage, but not the aforementioned. I thought maybe it might have had something to do with G-Sync being enabled globally, so I disabled it in the NVidia Control Panel, but there has been no change.
Can anyone provide me with information as to why it might not be working?
Upvotes: 1
Views: 665
Reputation: 37600
Visual Studio Performance Profiler shows GPU usage stats of DirectX applications. OpenGL is not supported.
Upvotes: 4