Consolidate resource_sizes.py and sizes.py |
||
Issue descriptionThere are two copies of sizes.py: https://cs.chromium.org/chromium/build/scripts/slave/chromium/sizes.py https://cs.chromium.org/chromium/src/infra/scripts/legacy/scripts/slave/chromium/sizes.py And resource_sizes.py is here: https://cs.chromium.org/chromium/src/build/android/resource_sizes.py sizes.py is used only for desktop (and cronet?), and dumps a few key ELF section sizes, as well as static initializer count. resource_sizes.py dumps many metrics about the make-up of an APK, and also static initializer count. size.py static initializers are checked by trybots via checked-in expectations here: https://cs.chromium.org/chromium/src/tools/perf_expectations/perf_expectations.json resource_sizes.py static initializers are checked via a build target: //chrome/android:monochrome_static_initializers It would really be great if we could consolidate as much of these scripts as possible.
,
Jan 21
(2 days ago)
As per triage meeting discussion, closing this off. No work is planned. |
||
►
Sign in to add a comment |
||
Comment 1 by agrieve@chromium.org
, Apr 3 2018Labels: -Performance-Size