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

Unified Diff: tools/binary_size/README.md

Issue 2791433004: //tools/binary_size: source_path information, change file format, fixes (Closed)
Patch Set: fix comment for _DetectToolPrefix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/binary_size/console.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/README.md
diff --git a/tools/binary_size/README.md b/tools/binary_size/README.md
index 192070c9d3913331f0116e079ac75948a8174688..c3f86ec6035cf5f386010cd60dfd9729057784e2 100644
--- a/tools/binary_size/README.md
+++ b/tools/binary_size/README.md
@@ -38,9 +38,6 @@ Starts a Python interpreter where you can run custom queries.
Tracked in https://crbug.com/681694
- 1. Better serialization format (finalize it before people start to use it).
- * Store only mangled names.
- * Save space by clustering by path (in addition to section_name).
1. More console.py features:
* Template Symbols - shows when templates lead to code bloat.
* Duplicate Symbols - shows when statics in headers are an issue.
@@ -48,9 +45,8 @@ Starts a Python interpreter where you can run custom queries.
* Per-class / namespace size (no way to distinguish class vs namespace).
* Per-Chrome package (Chrome-specific grouping. e.g. name prefixes).
* CSV output (for pasting into a spreadsheet).
+ * Allow Print() to not sort.
1. More create_html_breakdown.py features:
- * Convert paths from .o path to .cc path (better breakdowns).
- * Via "ninja -t commands libchrome.so" (3 seconds on my machine).
* Break down by other groupings (e.g. create from nested `SymbolGroups`)
1. More `map2size.py` features:
* Find out more about 0xffffffffffffffff addresses, and why such large
@@ -60,3 +56,4 @@ Starts a Python interpreter where you can run custom queries.
components separately: chrome vs blink vs skia vs v8.
1. Speed up some steps (like normalizing names) via multiprocessing.
1. Use resource whitelist information to attribute .pak file size to .o files.
+ 1. Add dependency graph info, perhaps just on a per-file basis.
« no previous file with comments | « no previous file | tools/binary_size/console.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698