PresentMon icon indicating copy to clipboard operation
PresentMon copied to clipboard

PresentMon Console Application doesn't collect any data (regression since v1.7.1)

Open sfreed141 opened this issue 3 months ago • 0 comments

On v1.9.2 and v1.10.0 I tried to use the command line application to collect data for a D3D12 application and wasn't able to get any data (either to a csv file or stdout). It outputs **RECORDING** but nothing else.

I tried the same command line on v1.7.1 and it Just Worked.

This is the command line I used (I started the application manually before launching PresentMon):

~\bin\PresentMon-1.10.0-x64.exe -timed 30 -terminate_after_timed -qpc_time_s -stop_existing_session -restart_as_admin -process_name ModelViewer.exe

The application is https://github.com/microsoft/DirectX-Graphics-Samples/tree/master/MiniEngine/ModelViewer Windows 11 Enterprise, version 10.0.22631 Build 22631

sfreed141 avatar Mar 28 '24 17:03 sfreed141