I need the frame rate data of HoloLens 2 while running an app. Is it possible to extract the fps data with the timestamp in a CSV file?
Thanks in advance for your replies.
I know I can monitor the fps from the device portal but I don't know how to extract it.
There is currently no out-of-the-box function to get these data, but you can manually record them in the format you want, it should be noted that some calculations are required to get the current frame rate, you can refer to DiagnosticsSystem - MixedRealityToolkit-Unity/MixedRealityToolkitVisualProfiler.cs at 265a0ea3621c84b88e4b02e7fcd1b5682afef56a · microsoft/MixedRealityToolkit-Unity · GitHub.