mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 21:08:12 +02:00
Add optional OA performance counter collection around each execute() call. Examples: ``` # List all profiles and counters, with descriptions. $ executor --oa list # Collect all counters from a profile. $ executor --oa ComputeBasic file.lua # Collect a subset of counters from a profile, separated by comma. $ executor --oa ComputeBasic:GpuTime,AvgGpuCoreFrequency file.lua # By default use ComputeBasic profile, so counter names only also work. $ executor --oa GpuTime file.lua ``` The selected counters are printed to stdout after the script finishes, or written to a file specified by --oa-csv FILENAME. Assisted-by: Pi coding agent (GPT-5.5) Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41610> |
||
|---|---|---|
| .. | ||
| blorp | ||
| ci | ||
| common | ||
| compiler | ||
| decoder | ||
| dev | ||
| ds | ||
| executor | ||
| genxml | ||
| isl | ||
| mda | ||
| nullhw-layer | ||
| perf | ||
| shaders | ||
| tools | ||
| vulkan | ||
| vulkan_hasvk | ||
| meson.build | ||