Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
chrome binary size treemap
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Evan Martin  
View profile  
 More options Sep 20 2010, 3:58 pm
From: Evan Martin <e...@chromium.org>
Date: Mon, 20 Sep 2010 12:58:06 -0700
Local: Mon, Sep 20 2010 3:58 pm
Subject: chrome binary size treemap
Here's a map of the Chrome binary size, as told by nm:
  http://neugierig.org/software/chromium/bloat/

In case it's not clear, the box sizes are proportional to their
fraction of the containing box.

Caveats:
- The total of the displayed symbols is less than the actual Chrome
binary size.  This is due to nm not knowing about all the components
of our binary, or the sizes of every symbol; for example, we put the
ICU data table in our binaries but that is not included here.
- nm also sometimes doesn't know which source file a given symbol
comes from; those all are placed in the "symbols without paths"
bucket.
- Note that a given component of Chrome might have its code across
multiple directories; for example, WebCore code exists in the big
WebCore box but also in the generated bindings found in
out/Release/obj/gen/webcore/bindings as well as in the misc "vtable
for WebCore::" box (which contains all vtables namespaced to
WebCore::).  Or how sync includes chrome/browser/sync but is also
responsible for the multiple jingle boxes.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Barth  
View profile  
 More options Sep 20 2010, 5:08 pm
From: Adam Barth <aba...@chromium.org>
Date: Mon, 20 Sep 2010 14:08:21 -0700
Local: Mon, Sep 20 2010 5:08 pm
Subject: Re: [chromium-dev] chrome binary size treemap
That's super cool.  How can I use this to find fat to trim in WebCore?

Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Evan Martin  
View profile  
 More options Sep 20 2010, 6:49 pm
From: Evan Martin <e...@chromium.org>
Date: Mon, 20 Sep 2010 15:49:15 -0700
Local: Mon, Sep 20 2010 6:49 pm
Subject: Re: [chromium-dev] chrome binary size treemap
[resend, networking issues]

I dumped the code (with a README) here:
 http://github.com/martine/bloat

Not my prettiest hack, but there it is.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc-Antoine Ruel  
View profile  
 More options Sep 21 2010, 9:33 am
From: Marc-Antoine Ruel <mar...@chromium.org>
Date: Tue, 21 Sep 2010 09:33:28 -0400
Local: Tues, Sep 21 2010 9:33 am
Subject: Re: [chromium-dev] chrome binary size treemap

Siggi, could you do it for Windows?

Le 20 septembre 2010 18:49, Evan Martin <e...@chromium.org> a écrit :


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »