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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/binary_size/libsupersize/testdata/Console.golden
diff --git a/tools/binary_size/libsupersize/testdata/Console.golden b/tools/binary_size/libsupersize/testdata/Console.golden
index 4208cc1f69a15ea8b46196043ded479f1e15ae24..cb12723511349fd756fb3982551cb6f575ed0961 100644
--- a/tools/binary_size/libsupersize/testdata/Console.golden
+++ b/tools/binary_size/libsupersize/testdata/Console.golden
@@ -56,13 +56,15 @@ Metadata:
map_file_name=../test.map
tool_prefix=tools/binary_size/libsupersize/testdata/mock_toolchain/
-Section Sizes (Total=41.8mb (43785380 bytes)):
+Section Sizes (Total=95.6mb (100233874 bytes)):
+ .ARM.exidx: 1.47mb (1536456 bytes) (1.5%)
.bss: 1.24mb (1300456 bytes) (not included in totals)
- .data: 99.4kb (101768 bytes) (0.2%)
- .data.rel.ro: 1.02mb (1065224 bytes) (2.4%)
- .data.rel.ro.local: 771kb (790024 bytes) (1.8%)
- .rodata: 5.65mb (5927652 bytes) (13.5%)
- .text: 34.2mb (35900712 bytes) (82.0%)
+ .data: 99.4kb (101768 bytes) (0.1%)
+ .rel.dyn: 2.53mb (2655384 bytes) (2.6%)
+ .rodata: 5.65mb (5927652 bytes) (5.9%)
+ .strtab: 33.2mb (34841854 bytes) (34.8%)
+ .symtab: 16.4mb (17166112 bytes) (17.1%)
+ .text: 34.2mb (35900712 bytes) (35.8%)
Showing 45 symbols (42 unique) with total pss: 43785380 bytes
.text=34.2mb .rodata=5.65mb .data*=1.87mb .bss=512kb total=41.8mb
« 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