BabylonJS/Spector.js

Memory usage on information tab

animanathome opened this issue · 1 comments

Hi there,

I have a question about how memory usage gets displayed on the information tab. I don't know how I should interpret the following data.

Screenshot 2023-03-06 at 5 20 05 PM

Does this show me how much data was used at a specific time? As in, at 0 seconds, we were using 28 bytes on 2d textures. After 8 seconds, we were using 11653148 bytes. And so forth. So the last entry, 75, is at 75 seconds, at which point we were actively using 1034451928 bytes. If that's the case, I guess I'm not sure why it stays at 1034451928 bytes. Is that the system's limit?

Or does it show me the size of the texture at a specific index? So, if I want to know the total memory, I must add them all up?

Why was this closed? I feel the question is reasonable and the UI needs improvements here.