[Webkit-unassigned] [Bug 190546] Web inspector should show memory use data for canvas and WebGL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 16:06:55 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190546

--- Comment #2 from Devin Rousso <drousso at apple.com> ---
(In reply to Joseph Pecoraro from comment #1)
> For 2D it shows the memory use in the Canvas Detail Sidebar. So we have the
> concept of memory use. We may just need to provide good values for 3D
> contexts.
Both 2D and 3D contexts show the memory usage of the _context_, but not any associated objects (e.g. textures, buffers, etc).  2D doesn't really have a concept of an "associated object", so there was nothing to show.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181012/0d4eb1e9/attachment.html>


More information about the webkit-unassigned mailing list