SteamVR/Installing GPUView: Difference between revisions
< SteamVR
Jump to navigation
Jump to search
Cargo Cult (talk | contribs) m (more tweaks) |
m (Added category to the page, added shortpagetitle template) |
||
Line 27: | Line 27: | ||
* Zip up the resulting merged.etl file and upload it somewhere if you're sharing it with a developer. If you're a developer yourself, run 'gpuview' and select merged.etl to view. | * Zip up the resulting merged.etl file and upload it somewhere if you're sharing it with a developer. If you're a developer yourself, run 'gpuview' and select merged.etl to view. | ||
{{shortpagetitle}} | |||
[[Category: SteamVR]] |
Revision as of 09:49, 16 June 2019
- Download the Windows 10 SDK (this works on older versions of Windows as well): https://dev.windows.com/en-us/downloads/windows-10-sdk

- Make sure Windows Performance Toolkit is checked (I usually just install everything).
- Navigate to: C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\gpuview
- Replace log.cmd with the contents from here: http://pastebin.com/T0nbnPvK
- (This just adds the TRACE_VR lines with the guid we use for tracking events in SteamVR).
- (If you are using the Win8.1 ADK: http://pastebin.com/jEWDMbhz)
- Open a command prompt at this location with Admin privileges.
- Input "log.cmd"(Without Quotes) to start capturing. (Tested only with Windows 7)
- Wait maybe a second once it gets through loading things (the captured data size adds up fast!)
- Then run "log.cmd"(Without Quotes) again to stop capturing (followed by a rather lengthy merge process).
- Zip up the resulting merged.etl file and upload it somewhere if you're sharing it with a developer. If you're a developer yourself, run 'gpuview' and select merged.etl to view.