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

Unified Diff: tools/binary_size/README.md

Issue 2775173005: FREEZE.unindexed (Closed)
Patch Set: ps2 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..77fab11e9df190166aeefd260820f7bbf66e0f06 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
« 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