Perfetto¶
When launching Blender with the --profile-gpu
option, it generates a profile.json
file inside the execution directory in the Trace Event Format, with CPU and GPU metrics based on GPU debug groups (GPU_debug_group_begin/end
).
At the time of writing, only OpenGL profiling is supported.
The profiles are best viewed at perfetto.dev.