How to measure Graphic Memory Usage of a WebGL application

后端 未结 3 379
执念已碎
执念已碎 2021-01-17 19:43

I have seen several applications to profile DirectX and OpenGL applications, which measure Graphic Memory Usage. I were not able to find anything similar for WebGL.

3条回答
  •  礼貌的吻别
    2021-01-17 19:53

    On Mac, there's the OpenGL Driver Monitor that lets you track GPU memory use and what the GL driver is doing. On Windows, you could use the DirectX tools to hook up to Chrome's GPU process. It should give you data on the WebGL activity as on Windows Chrome is using the ANGLE OpenGL->DirectX translator to drive WebGL.

提交回复
热议问题