[Webkit-unassigned] [Bug 50285] [chromium] histograms api updated in WebKitClient and added to ChromiumBridge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 13:09:55 PST 2010


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





--- Comment #3 from Vincent Scheib <scheib at chromium.org>  2010-12-01 13:09:55 PST ---
(From update of attachment 75225)
View in context: https://bugs.webkit.org/attachment.cgi?id=75225&action=review

>> WebCore/platform/chromium/ChromiumBridge.h:242
>> +        static void histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount);
> 
> Why the "custom" modifier?  Why not just call this histogramCounts?

This mimics the low level api name used in Chromium HISTOGRAM_CUSTOM_COUNTS, the name HISTOGRAM_COUNTS is used with only two parameters (name, sample).

-- 
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