RESOLVED FIXED 107303
Web Inspector: Native Memory Instrumentation: provide edge names and class names for WTF containers and strings
https://bugs.webkit.org/show_bug.cgi?id=107303
Summary Web Inspector: Native Memory Instrumentation: provide edge names and class na...
Ilya Tikhonovsky
Reported 2013-01-18 10:45:33 PST
I think ValueType[] would be good class name for the containers internal data buffers. I can eval the actual class name for ValueType but it will gives us nothing new because the same class name is a part of the container class name. Like WebCore::HashMap<String> Also this class name may significantly increase the footprint of the binary.
Attachments
Patch (9.48 KB, patch)
2013-01-18 10:52 PST, Ilya Tikhonovsky
no flags
Patch (9.46 KB, patch)
2013-01-19 04:21 PST, Ilya Tikhonovsky
yurys: review+
Ilya Tikhonovsky
Comment 1 2013-01-18 10:52:02 PST
Ilya Tikhonovsky
Comment 2 2013-01-19 04:21:28 PST
Ilya Tikhonovsky
Comment 3 2013-02-01 07:34:25 PST
Note You need to log in before you can comment on or make changes to this bug.