Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Issue 2675703003: Add main lib section sizes to resource_sizes.py. (Closed)

Created:
3 years, 10 months ago by estevenson
Modified:
3 years, 10 months ago
Reviewers:
agrieve
CC:
chromium-reviews, mikecase+watch_chromium.org, jbudorick+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add main lib section sizes to resource_sizes.py. This CL adds detailed metrics for the main native library section sizes, grouped into "text", "data", "relocations", "unwind", "symbols", and "other" sections. These categories are added under a new subtest: "_MainLibInfo". BUG=681153 Review-Url: https://codereview.chromium.org/2675703003 Cr-Commit-Position: refs/heads/master@{#447991} Committed: https://chromium.googlesource.com/chromium/src/+/51583da63dae5f4c3baa9a229160b2c027afffb4

Patch Set 1 #

Patch Set 2 : Add comment for regex #

Total comments: 2

Patch Set 3 : Allow for unknown section names in "other" #

Total comments: 1

Patch Set 4 : Add .bss and rebase #

Patch Set 5 : Remove _READELF_EXCLUDED_SECTIONS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -0 lines) Patch
M build/android/resource_sizes.py View 1 2 3 4 3 chunks +50 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
estevenson
ptal Andrew!
3 years, 10 months ago (2017-02-02 19:11:11 UTC) #2
agrieve
https://codereview.chromium.org/2675703003/diff/20001/build/android/resource_sizes.py File build/android/resource_sizes.py (right): https://codereview.chromium.org/2675703003/diff/20001/build/android/resource_sizes.py#newcode109 build/android/resource_sizes.py:109: 'other': ['hash', 'init_array', 'fini_array', 'comment', I don't think the ...
3 years, 10 months ago (2017-02-02 19:45:42 UTC) #3
estevenson
ptal Andrew https://codereview.chromium.org/2675703003/diff/20001/build/android/resource_sizes.py File build/android/resource_sizes.py (right): https://codereview.chromium.org/2675703003/diff/20001/build/android/resource_sizes.py#newcode109 build/android/resource_sizes.py:109: 'other': ['hash', 'init_array', 'fini_array', 'comment', On 2017/02/02 ...
3 years, 10 months ago (2017-02-02 21:34:54 UTC) #4
agrieve
lgtm https://codereview.chromium.org/2675703003/diff/40001/build/android/resource_sizes.py File build/android/resource_sizes.py (right): https://codereview.chromium.org/2675703003/diff/40001/build/android/resource_sizes.py#newcode103 build/android/resource_sizes.py:103: _READELF_EXCLUDED_SECTIONS = ['.bss'] nit: I'm not sure why ...
3 years, 10 months ago (2017-02-02 21:41:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2675703003/80001
3 years, 10 months ago (2017-02-02 22:05:20 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/111758)
3 years, 10 months ago (2017-02-03 00:10:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2675703003/80001
3 years, 10 months ago (2017-02-03 13:14:29 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/51583da63dae5f4c3baa9a229160b2c027afffb4
3 years, 10 months ago (2017-02-03 14:36:37 UTC) #15
estevenson
3 years, 10 months ago (2017-02-03 15:00:23 UTC) #16
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2673043002/ by estevenson@chromium.org.

The reason for reverting is: Breaks some Cronet builders because their native
lib has different sections:
https://build.chromium.org/p/chromium.android/builders/Android%20Cronet%20ARM....

Powered by Google App Engine
This is Rietveld 408576698