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