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

Unified Diff: tools/binary_size/console.py

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 | « tools/binary_size/README.md ('k') | tools/binary_size/create_html_breakdown.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/console.py
diff --git a/tools/binary_size/console.py b/tools/binary_size/console.py
index a2353a0c387afa31e3fccf3cd4ad7f81601932e3..7bf877682d606ad932ccba243d4a3b8f2b33c3df 100755
--- a/tools/binary_size/console.py
+++ b/tools/binary_size/console.py
@@ -115,7 +115,7 @@ class _Session(object):
'',
'# Show two levels of .text, grouped by first two subdirectories',
'text_syms = size_info1.symbols.WhereInSection("t")',
- 'by_path = text_syms.GroupByPath(depth=2)',
+ 'by_path = text_syms.GroupBySourcePath(depth=2)',
'Print(by_path.WhereBiggerThan(1024))',
'',
'# Show all non-vtable generated symbols',
« no previous file with comments | « tools/binary_size/README.md ('k') | tools/binary_size/create_html_breakdown.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698