mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
radv: enable RADV_THREAD_TRACE_CACHE_COUNTERS by default
It should work but if not enabled by default, I think most people forget about it. If you have any issues with it, you can disable by using RADV_THREAD_TRACE_CACHE_COUNTERS=false and please report! Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22763>
This commit is contained in:
parent
f092f548cb
commit
dbab98d9d6
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ radv_get_int_debug_option(const char *name, int default_value)
|
||||||
static bool
|
static bool
|
||||||
radv_spm_trace_enabled()
|
radv_spm_trace_enabled()
|
||||||
{
|
{
|
||||||
return radv_sqtt_enabled() && debug_get_bool_option("RADV_THREAD_TRACE_CACHE_COUNTERS", false);
|
return radv_sqtt_enabled() && debug_get_bool_option("RADV_THREAD_TRACE_CACHE_COUNTERS", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
VKAPI_ATTR VkResult VKAPI_CALL
|
VKAPI_ATTR VkResult VKAPI_CALL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue