Get info of memory usage of resources #4839
Unanswered
torsteingrindvik
asked this question in
Q&A
Replies: 1 comment 2 replies
-
On Windows and Linux RenderDoc is usually a great tool to debug this sort of thing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, the context is I was running a Bevy app and also
watch nvidia-smi
, and my GPU was using a few GBs of memory.Is there a good way to enumerate which textures, buffers, etc. take up space?
In a simple world some tool would be able to list them in order from largest to smallest in order to prioritize where to put effort.
I saw there was something called VK_EXT_device_memory_report which might have helped, but it seems to not be implemented (EDIT: Not in
wgpu
norash
, probably because it isn't ratified?)Are there other tools which can help out?
Beta Was this translation helpful? Give feedback.
All reactions