You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the console application to read the Frametime, Displayed Frames and Presented Frames from the csv but can't seem to make sense of the values (I don't know anything about graphics pipelines and such). Tried looking at the code writing the csv but couldn't understand properly the template
I'm trying to use the console application to read the Frametime, Displayed Frames and Presented Frames from the csv but can't seem to make sense of the values (I don't know anything about graphics pipelines and such). Tried looking at the code writing the csv but couldn't understand properly the template
Here's a part of my csv
Which of these fields are the ones I'm interested in to get Displayed Frames, Presented Frames and the Frametime? Initially I thought
Displayed
:1000 / DisplayedTime
Presented
:1000 / GpuTime
FrameTime
:FrameTime
The text was updated successfully, but these errors were encountered: