From 7906361787784b37e5ef59571b9f4da21e8b6ae4 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 24 Nov 2022 08:55:20 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Part-of: --- docs/perfetto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/perfetto.rst b/docs/perfetto.rst index 88732c25583..e9ae8afa89e 100644 --- a/docs/perfetto.rst +++ b/docs/perfetto.rst @@ -121,7 +121,7 @@ consequence, we need to ensure command buffers are properly instrumented for the Perfetto driver data sources prior to Perfetto actually collecting traces. -This can be achieved by setting the envvar:`MESA_GPU_TRACES` +This can be achieved by setting the :envvar:`MESA_GPU_TRACES` environment variable before starting a Vulkan application : .. code-block:: console