[Webkit-unassigned] [Bug 59348] Find large header files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 15:57:02 PDT 2011


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





--- Comment #5 from Nico Weber <thakis at chromium.org>  2011-04-25 15:57:02 PST ---
Created an attachment (id=90974)
 --> (https://bugs.webkit.org/attachment.cgi?id=90974&action=review)
h file sizes

Output of

   (for f in $(git ls-files --full-name *.h); do Tools/Scripts/include-tracer.py -q $f; done) | tee h-sizes.txt


Top 10:


thakis$ sort -r -k 2 -n h-sizes.txt | head 
Source/WebCore/rendering/RenderView.h: 1.538 MiB
Source/WebKit/qt/WebCoreSupport/PageClientQt.h: 1.447 MiB
Source/WebCore/page/FrameView.h: 1.390 MiB
Source/WebKit/gtk/WebCoreSupport/EditorClientGtk.h: 1.300 MiB
Source/WebCore/loader/EmptyClients.h: 1.291 MiB
Source/WebCore/accessibility/AccessibilityMediaControls.h: 1.192 MiB
Source/WebCore/rendering/RenderLayerCompositor.h: 1.171 MiB
Source/WebCore/platform/efl/RenderThemeEfl.h: 1.153 MiB
Source/WebCore/rendering/RenderMediaControlsChromium.h: 1.122 MiB
Source/WebCore/rendering/RenderMediaControls.h: 1.122 MiB


Turns out there are 89 .h files that evaluate to more than 1MB!

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