| 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
|
|
|