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

Side by Side Diff: tools/binary_size/libsupersize/testdata/Console.golden

Issue 2924193004: supersize: Show relocations in section totals (Closed)
Patch Set: Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 ******************************************************************************** 1 ********************************************************************************
2 Entering interactive Python shell. Quick reference: 2 Entering interactive Python shell. Quick reference:
3 3
4 SizeInfo: metadata, raw_symbols, section_sizes, symbols 4 SizeInfo: metadata, raw_symbols, section_sizes, symbols
5 Symbol: FlagsString, IsBss, IsGeneratedByToolchain, IsGroup, address, aliases, e nd_address, flags, full_name, generated_source, is_anonymous, name, num_aliases, object_path, padding, pss, pss_without_padding, section, section_name, size, si ze_without_padding, source_path, template_name 5 Symbol: FlagsString, IsBss, IsGeneratedByToolchain, IsGroup, address, aliases, e nd_address, flags, full_name, generated_source, is_anonymous, name, num_aliases, object_path, padding, pss, pss_without_padding, section, section_name, size, si ze_without_padding, source_path, template_name
6 6
7 SymbolGroup (extends Symbol): CountUniqueSymbols, Filter, GroupedBy, GroupedByFu llName, GroupedByName, GroupedByPath, GroupedBySectionName, Inverted, IterLeafSy mbols, IterUniqueSymbols, SetName, Sorted, SortedByAddress, SortedByCount, Sorte dByName, WhereAddressInRange, WhereFullNameMatches, WhereGeneratedByToolchain, W hereHasAnyAttribution, WhereHasPath, WhereInSection, WhereIsGroup, WhereIsTempla te, WhereMatches, WhereNameMatches, WhereObjectPathMatches, WherePathMatches, Wh erePssBiggerThan, WhereSizeBiggerThan, WhereSourceIsGenerated, WhereSourcePathMa tches, WhereTemplateNameMatches, is_sorted 7 SymbolGroup (extends Symbol): CountUniqueSymbols, Filter, GroupedBy, GroupedByFu llName, GroupedByName, GroupedByPath, GroupedBySectionName, Inverted, IterLeafSy mbols, IterUniqueSymbols, SetName, Sorted, SortedByAddress, SortedByCount, Sorte dByName, WhereAddressInRange, WhereFullNameMatches, WhereGeneratedByToolchain, W hereHasAnyAttribution, WhereHasPath, WhereInSection, WhereIsGroup, WhereIsTempla te, WhereMatches, WhereNameMatches, WhereObjectPathMatches, WherePathMatches, Wh erePssBiggerThan, WhereSizeBiggerThan, WhereSourceIsGenerated, WhereSourcePathMa tches, WhereTemplateNameMatches, is_sorted
8 8
9 SymbolDiff (extends SymbolGroup): DiffStatus, IsAdded, IsChanged, IsRemoved, IsU nchanged, WhereNotUnchanged, added_count, changed_count, removed_count, unchange d_count 9 SymbolDiff (extends SymbolGroup): DiffStatus, IsAdded, IsChanged, IsRemoved, IsU nchanged, WhereNotUnchanged, added_count, changed_count, removed_count, unchange d_count
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 Metadata: 49 Metadata:
50 elf_arch=arm 50 elf_arch=arm
51 elf_build_id=WhatAnAmazingBuildId 51 elf_build_id=WhatAnAmazingBuildId
52 elf_file_name=elf 52 elf_file_name=elf
53 elf_mtime={redacted} 53 elf_mtime={redacted}
54 git_revision=abc123 54 git_revision=abc123
55 gn_args=var1=true var2="foo" 55 gn_args=var1=true var2="foo"
56 map_file_name=../test.map 56 map_file_name=../test.map
57 tool_prefix=tools/binary_size/libsupersize/testdata/mock_toolchain/ 57 tool_prefix=tools/binary_size/libsupersize/testdata/mock_toolchain/
58 58
59 Section Sizes (Total=41.8mb (43785380 bytes)): 59 Section Sizes (Total=95.6mb (100233874 bytes)):
60 .ARM.exidx: 1.47mb (1536456 bytes) (1.5%)
60 .bss: 1.24mb (1300456 bytes) (not included in totals) 61 .bss: 1.24mb (1300456 bytes) (not included in totals)
61 .data: 99.4kb (101768 bytes) (0.2%) 62 .data: 99.4kb (101768 bytes) (0.1%)
62 .data.rel.ro: 1.02mb (1065224 bytes) (2.4%) 63 .rel.dyn: 2.53mb (2655384 bytes) (2.6%)
63 .data.rel.ro.local: 771kb (790024 bytes) (1.8%) 64 .rodata: 5.65mb (5927652 bytes) (5.9%)
64 .rodata: 5.65mb (5927652 bytes) (13.5%) 65 .strtab: 33.2mb (34841854 bytes) (34.8%)
65 .text: 34.2mb (35900712 bytes) (82.0%) 66 .symtab: 16.4mb (17166112 bytes) (17.1%)
67 .text: 34.2mb (35900712 bytes) (35.8%)
66 68
67 Showing 45 symbols (42 unique) with total pss: 43785380 bytes 69 Showing 45 symbols (42 unique) with total pss: 43785380 bytes
68 .text=34.2mb .rodata=5.65mb .data*=1.87mb .bss=512kb total=41.8 mb 70 .text=34.2mb .rodata=5.65mb .data*=1.87mb .bss=512kb total=41.8 mb
69 Number of unique paths: 9 71 Number of unique paths: 9
70 72
71 Index, Running Total, Section@Address, PSS 73 Index, Running Total, Section@Address, PSS
72 ------------------------------------------------------------ 74 ------------------------------------------------------------
73 0) 16 (0.0%) t@0x28d900 16 base/page_allocator.cc 75 0) 16 (0.0%) t@0x28d900 16 base/page_allocator.cc
74 _GLOBAL__sub_I_page_allocator.cc 76 _GLOBAL__sub_I_page_allocator.cc
75 1) 72 (0.0%) t@0x28d910 56 base/page_allocator.cc 77 1) 72 (0.0%) t@0x28d910 56 base/page_allocator.cc
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 40) 43785380 (100.0%) b@0x0 131072 third_party/fft_fixed.cc 154 40) 43785380 (100.0%) b@0x0 131072 third_party/fft_fixed.cc
153 ff_cos_131072_fixed 155 ff_cos_131072_fixed
154 41) 43785380 (100.0%) b@0x0 131072 third_party/fft_float.cc 156 41) 43785380 (100.0%) b@0x0 131072 third_party/fft_float.cc
155 ff_cos_65536 157 ff_cos_65536
156 42) 43785380 (100.0%) b@0x2dffda0 28 third_party/icu/ucnv_ext.c 158 42) 43785380 (100.0%) b@0x2dffda0 28 third_party/icu/ucnv_ext.c
157 g_chrome_content_browser_client 159 g_chrome_content_browser_client
158 43) 43785380 (100.0%) b@0x2dffe80 200 third_party/icu/ucnv_ext.c 160 43) 43785380 (100.0%) b@0x2dffe80 200 third_party/icu/ucnv_ext.c
159 SaveHistogram::atomic_histogram_pointer 161 SaveHistogram::atomic_histogram_pointer
160 44) 43785380 (100.0%) b@0x2dffe84 4 third_party/icu/ucnv_ext.c 162 44) 43785380 (100.0%) b@0x2dffe84 4 third_party/icu/ucnv_ext.c
161 g_AnimationFrameTimeHistogram_clazz 163 g_AnimationFrameTimeHistogram_clazz
OLDNEW
« no previous file with comments | « tools/binary_size/libsupersize/describe.py ('k') | tools/binary_size/libsupersize/testdata/Diff_Basic.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698