docs: Fix formatting for RMV tracing docs

Fixes: e1cbff22 ("docs: Add short documentation about RMV tracing variables")
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21502>
This commit is contained in:
Friedrich Vock 2023-02-23 20:00:23 +01:00 committed by Marge Bot
parent be2961de09
commit de4e3da4c4

View File

@ -1008,11 +1008,14 @@ Shared Vulkan driver environment variables
------------------------------------------
.. envvar:: MESA_VK_MEMORY_TRACE
enable memory tracing and exporting RMV captures (requires the
``scripts/setup.sh`` script in the Radeon Developer Tools folder to be
run beforehand). ``MESA_VK_MEMORY_TRACE=n`` dumps data
after n frames. Currently, only RADV implements this.
.. envvar:: MESA_VK_MEMORY_TRACE_TRIGGER
enable trigger file-based memory tracing. (e.g.
``export MESA_VK_MEMORY_TRACE_TRIGGER=/tmp/memory_trigger`` and then
``touch /tmp/memory_trigger`` to capture a memory trace).