PresentMon icon indicating copy to clipboard operation
PresentMon copied to clipboard

Capture and analyze the high-level performance characteristics of graphics applications on Windows.

Results 252 PresentMon issues
Sort by recently updated
recently updated
newest added

This commit introduces a new Windows batch script, `build.bat`, to fully automate the build process described in `BUILDING.md`. The script handles: - Cloning and bootstrapping vcpkg - Installing required vcpkg...

CPU busy is not showing the working time of the CPU for the Frame but rather showing the time for outputting a finished frame. So it always shows the same...

please add a version indicator to CSVs to make parsing data easier

I created a session myself using the PresentMon SDK, but I found that it cannot coexist with the official PresentMon tool. When my session is active, PresentMon throws error 1450....

Automated testing of the dynamic polling will involve comparison with a time sequence "gold" file. Because it is impossible to reproduce the exact same poll timing every run, there will...

Windows 23H2 PresentMon 2.3.0 The Windows app works perfectly - The console app shows all the data, starts and stops recording based on time or hotkey. Every function I can...

Recent testing on a longer trace (hea-win.etl) shows 5588 frames when processed with new ETL processing logic, but only 5586 when processed with OPM. Extra frames seem legitimate in service...

Enable to overlay UI to setup and track virtual presenters based on ETL files. - [ ] Harmonizing virtual playback session with realtime trace session in service (PID overlapping etc.)...

Description: Since the update to PresentMon version 2.3.1, the CSV output header format has changed significantly, affecting parsing and analysis scripts. Previous CSV headers (before v2.3.1): Application,ProcessID,SwapChainAddress,PresentRuntime,SyncInterval,PresentFlags,AllowsTearing,PresentMode,CPUStartTime,FrameTime,CPUBusy,CPUWait,GPULatency,GPUTime,GPUBusy,GPUWait,DisplayLatency,DisplayedTime,AnimationError,AnimationTime,AllInputToPhotonLatency,ClickToPhotonLatency Current CSV headers...