Bug 141823

Summary: Add support for diagnostic logging messages sampling
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, kling, koivisto
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-02-19 20:30:52 PST
We currently generate a large amount of diagnostic logging messages and this is unfortunately increase CPU usage of some benchmarks. In most cases, we could use sampling to greatly decrease the amount of messages while getting useful overall results.

Radar: <rdar://problem/19899030>
Comment 1 Chris Dumez 2015-02-20 17:11:56 PST
Created attachment 247015 [details]
Patch
Comment 2 Chris Dumez 2015-02-23 14:09:02 PST
Comment on attachment 247015 [details]
Patch

Clearing flags on attachment: 247015

Committed r180517: <http://trac.webkit.org/changeset/180517>
Comment 3 Chris Dumez 2015-02-23 14:09:07 PST
All reviewed patches have been landed.  Closing bug.