PresentMonLauncher - DX12/Vulkan Benchmarking

Started by Stefan, August 10, 2016, 05:58:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stefan

Intel published a great program called PresentMon, which allows for ETW based FPS and Frame time monitoring, especially for benchmarking DX12/UWP/Vulkan games, that applications like FRAPS don't support. It's a command line interface so can be tricky for less technically inclined people to handle, especially as you need to CD to the right directory, then type out the right arguments including either the full name or process ID of the game you wanted to capture.

The program is written in C# and acts as a launcher for PresentMon, allowing you to install one application (to C:\PresentMonLauncher) and easily select the application you want to capture from a list, add a timer and delay in seconds as opposed to milliseconds, have a checkbox for Simple mode and No CSV mode, plus an area to add any other arguments you need – like changing where the CSV output file goes and is called.

Read more...