PresentMon icon indicating copy to clipboard operation
PresentMon copied to clipboard

Issue with alignment of new latency stats and rest of frame data

Open VoeSo opened this issue 3 months ago • 1 comments

I know the new stats are in beta, but here's the issue I'm encountering:

When using "-track_pc_latency" AnimationTime is now based on actual simulation time(pcl stat) which is great! However that AnimationTime is placed in the wrong spot in the csv(associated with a different frame). For example, I ran a trace in cs2 with 300 fps and these are the values I get for the first frame

TimeInMs 5013.7683; AnimationTime 4989.5745

Needless to say that the time between Animation and Present of 14ms is wrong. I think in this case all the new stats, based on reflex latency markers are misplaced by 6 rows. In another trace the alignment issue was not obvious. I will attatch the csv.

Thank you, have a nice day!

PresentMon-2025-11-21T160916.csv

VoeSo avatar Nov 21 '25 15:11 VoeSo