- Open SteamVR Settings
- Click 'Developer'
- Ensure the 'Enable GPU profiling' checkbox is checked
- Restart SteamVR
- Follow the xterm prompt to complete the gpu profiler setup
- Open VRmonitor Menu -> Developer -> Debug Commands
- Click on the 'gpu_profiler_capture' button
- Note: Try to activate the capture process while the issue is happening.
- The gpuvis profiler only keeps a few seconds of buffered data in memory.
- In gpuvis, click 'File'->'Save as'
- Save the file to a location you can access
- Upload the file to Google Drive, Dropbox or your preferred file sharing site.
- Copy URL and paste it in the issue template
Alternative to step 1-2:
- Execute
kill -10 $(pgrep -f gpu-trace)
on the commandline
- Run 'sudo perf top' from the commandline
- Copy the output to the clipboard when the issue occurs
- Browse to https://gist.github.com/
- Click in the text entry box (by the 1)
- Paste clipboard contents
- Click 'Create Public Gist'
- Copy URL and paste it in the issue template