mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 02:10:24 +01:00
venus: amend missing logs for image format cache dump
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39339>
This commit is contained in:
parent
c57659c9a3
commit
fea23746ce
1 changed files with 1 additions and 0 deletions
|
|
@ -1602,6 +1602,7 @@ static void
|
|||
vn_image_format_cache_debug_dump(
|
||||
struct vn_image_format_properties_cache *cache)
|
||||
{
|
||||
vn_log(NULL, "dumping image format cache statistics");
|
||||
vn_log(NULL, " hit %u\n", cache->debug.cache_hit_count);
|
||||
vn_log(NULL, " miss %u\n", cache->debug.cache_miss_count);
|
||||
vn_log(NULL, " skip %u\n", cache->debug.cache_skip_count);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue