While trying to debug a GPU memory leak in my Three.js app, i’m confused which value for the ‘GPU Memory’ column is relevant for my app:
The GPU Memory eaten by the GPU Process or the GPU Memory eaten by the tab, where my app is loaded?
Some cleaning up in my Three.js code definitely decreased the GPU Memory footprint of my tab in the Task Manager, but i suspect having another leak, which only impacts the footprint of the GPU process.