[Webkit-unassigned] [Bug 50799] Add Memory Sampler to WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 15:57:32 PST 2010


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


Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76157|review?                     |review-
               Flag|                            |




--- Comment #3 from Geoffrey Garen <ggaren at apple.com>  2010-12-14 15:57:32 PST ---
(From update of attachment 76157)
Since you don't want this setting to persist across launches of the application, I don't think a preference is the way to go. Instead, the current start/stop state should be stored as a variable, and toggling the setting should send a message to WebKit to start or stop. 

WebKitMemorySampler::shared() should not allocate anything in the case where nothing has been started -- that way, end users aren't impacted by this developer-only tool.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list