Re: [webkit-dev] Heap Profiler in WebKitGtk

2013-10-29 Thread Gary Kratkin
Thanks for the info. Do you know of any tools or internal switches to help investigate javascript heap growth? I confess I haven’t hunted through the source yet. window.performance.memory isn’t telling me much. -Gary On October 29, 2013 at 5:20:37 PM, Timothy Hatcher (timo...@apple.com) wrote:

Re: [webkit-dev] Heap Profiler in WebKitGtk

2013-10-29 Thread Timothy Hatcher
Yes, the heap profiler feature was V8/Chrome only. That Web Inspector has also been removed from WebKit. — Timothy Hatcher On Oct 29, 2013, at 5:06 PM, Gary Kratkin wrote: > Hello, > > Is there a way to enable inspector’s heap profiler in WebKitGtk? I’ve tried > setting Capabilities.heapPro

[webkit-dev] Heap Profiler in WebKitGtk

2013-10-29 Thread Gary Kratkin
Hello, Is there a way to enable inspector’s heap profiler in WebKitGtk? I’ve tried setting Capabilities.heapProfilerPresent to true in Source/WebCore/inspector/front-end/Settings.js . Didn’t help. Is it a Chrome-only facility? Thanks for any help, Gary (Apologies for the multi-post. I sent th