In PIX, Select Target Process => Launch Win32 and set the following 2 entries according to where Canary / Chrome is installed:
- Path to executable: "C:\Users\alexis\AppData\Local\Google\Chrome SxS\Application\chrome.exe"
- Working directory: "C:\Users\alexis\AppData\Local\Google\Chrome SxS\Application"
- Command line arguments: --disable-gpu-sandbox --disable-direct-composition
- You can add those arguments if you want to be able to see the disassembled shader code: --enable-dawn-features=emit_hlsl_debug_symbols,disable_symbol_renaming
- Launch Suspended unchecked, Launch for GPU capture and Force D3D11On12 checked
Then click on "Launch".
Important: you should close all your Canary / Chrome windows/processes before clicking on the "Launch" button!