Revert "brw: add serialize send stats"

This reverts commit b8ae4ede60 now that
we have a cycle estimation accounting.

Reviewed-by: Alyssa Anne Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37816>
This commit is contained in:
Lionel Landwerlin
2025-10-10 16:37:55 +03:00
committed by Marge Bot
parent 14683a045b
commit c20e2733bf
2 changed files with 1 additions and 10 deletions
-5
View File
@@ -133,11 +133,6 @@
Number of instructions in the final generated shader executable
which access external units such as the constant cache or the sampler.
</stat>
<stat name="Serialized SEND Count" display="Serialized send messages">
Number of instructions in the final generated shader
executable which access external units such as the
constant cache or the sampler in a serialized way.
</stat>
<stat name="Loop Count" display="Loop count">
Number of loops (not unrolled) in the final generated shader
executable.