Conversation

A thing I find mildly frustrating is that if you have a tab that is crunching CPU use to 99% the Chrome task manager can tell you which one but if you have a tab that is driving GPU use to 99% the Chrome task manager doesn't know about that Maybe only the OS knows that. IDK
2
31
Replying to
Chrome uses a single sandboxed GPU process with the site sandboxes sending the rendering commands to it via IPC so it only actually has a single process using the GPU. At least with an NVIDIA GPU, you can monitor process usage, but it will all be the Chrome GPU process.
1
2