mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-08 18:40:28 +01:00
docs: add INTEL_MEASURE=cpu
Update documentation about INTEL_MEASURE=cpu Reviewed-by: Mark Janes <markjanes@swizzler.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21505>
This commit is contained in:
parent
b661149921
commit
33886e5ef2
1 changed files with 7 additions and 0 deletions
|
|
@ -635,6 +635,13 @@ Intel driver environment variables
|
|||
stalling. Combined events will not span batches, except in
|
||||
the case of ``INTEL_MEASURE=frame``.
|
||||
|
||||
Collect CPU timestamps instead of GPU timestamps. Prints results
|
||||
immediately instead of waiting for GPU execution. Useful when used
|
||||
with interactive debug to know which frame, or where in frame, you
|
||||
are currently in.
|
||||
|
||||
``INTEL_MEASURE=cpu {workload}``
|
||||
|
||||
.. envvar:: INTEL_NO_HW
|
||||
|
||||
if set to 1, true or yes, prevents batches from being submitted to the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue