logoalt Hacker News

Waterluviantoday at 1:16 PM2 repliesview on HN

This feels like the answer to a problem I’ve had all week.

I’ve been using PixiJS (WebGL) for an project and Chrome profiler says the GPU is in use almost 100% of every frame. And nvtop says the GPU is 35% utilized by that (well isolated) chrome tab. But it’s a single quad being rendered at 60fps on an RTX 4060, so that’s obviously misleading… I hope.


Replies

embedding-shapetoday at 2:33 PM

> Chrome profiler says the GPU is in use almost 100% of every frame. And nvtop says the GPU is 35% utilized by that (well isolated) chrome tab

Is that a problem? That the GPU is used for 100% of the frame generation is OK, is it not? And 35% utilization sounds maybe tad high for some simple web visualization, but for a full game, sounds normal.

Maybe I misunderstand what you see as the problem here?

show 1 reply
crthpltoday at 2:21 PM

are you sure it's 60 fps and not uncapped?