[Webkit-unassigned] [Bug 91214] [EFL] Add WebMemorySampler feature.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 26 19:55:44 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=91214
--- Comment #30 from Kangil Han <kangil.han at samsung.com> 2012-08-26 19:55:45 PST ---
(From update of attachment 160467)
View in context: https://bugs.webkit.org/attachment.cgi?id=160467&action=review
> Source/WebKit2/Shared/efl/WebMemorySamplerEfl.cpp:152
> + webKitMemoryStats.keys.append(String("Timestamp"));
As WebMemoryStatistics has standard pattern like below, consider create a function to reduce line numbers inside this function.
struct WebMemoryStatistics
{
Vector<String> keys;
Vector<size_t> values;
};
--
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