WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
109723
Web Inspector: Should not let it's own memory usage show up in stats
https://bugs.webkit.org/show_bug.cgi?id=109723
Summary
Web Inspector: Should not let it's own memory usage show up in stats
Gregg Tavares
Reported
2013-02-13 11:48:09 PST
Currently the memory timeline for a simple loop like function init() { var ref = window.setInterval(function() { draw(); }, 50); } function draw() { return true } shows lots of memory usage. That memory usage is from dev tools which makes it kind of hard for developers to reason about their apps. Is there some say devtools memory usage can be separated from user app memory usage? Switch allocators when entering dev tools code or switch kind of category that you can ignore for dev tools code? See:
http://stackoverflow.com/questions/14034107/does-javascript-setinterval-method-cause-memory-leak/
Attachments
Add attachment
proposed patch, testcase, etc.
Brian Burg
Comment 1
2014-12-12 13:40:10 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (
https://www.webkit.org/new-inspector-bug
) if the bug/feature/issue is still relevant to WebKit trunk.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug