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

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

Issue 2881563003: supersize: Make Disassemble() work for downloaded .size files (Closed)
Patch Set: self-review Created 3 years, 7 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 Common Metadata: 1 Common Metadata:
2 elf_arch=arm 2 elf_arch=arm
3 elf_build_id=WhatAnAmazingBuildId 3 elf_build_id=WhatAnAmazingBuildId
4 elf_file_name=elf 4 elf_file_name=elf
5 elf_mtime={redacted} 5 elf_mtime={redacted}
6 git_revision=abc123 6 git_revision=abc123
7 gn_args=var1=true var2="foo" 7 gn_args=var1=true var2="foo"
8 map_file_name=../test.map 8 map_file_name=../test.map
9 tool_prefix=tools/binary_size/libsupersize/testdata/mock_toolchain/
9 Old Metadata: 10 Old Metadata:
10 New Metadata: 11 New Metadata:
11 12
12 Section Sizes (Total=0 bytes (0 bytes)): 13 Section Sizes (Total=0 bytes (0 bytes)):
13 .bss: 0 bytes (0 bytes) (not included in totals) 14 .bss: 0 bytes (0 bytes) (not included in totals)
14 .data: 0 bytes (0 bytes) (0.0%) 15 .data: 0 bytes (0 bytes) (0.0%)
15 .data.rel.ro: 0 bytes (0 bytes) (0.0%) 16 .data.rel.ro: 0 bytes (0 bytes) (0.0%)
16 .data.rel.ro.local: 0 bytes (0 bytes) (0.0%) 17 .data.rel.ro.local: 0 bytes (0 bytes) (0.0%)
17 .rodata: 0 bytes (0 bytes) (0.0%) 18 .rodata: 0 bytes (0 bytes) (0.0%)
18 .text: 0 bytes (0 bytes) (0.0%) 19 .text: 0 bytes (0 bytes) (0.0%)
19 20
20 0 symbols added (+), 0 changed (~), 0 removed (-), 43 unchanged (not shown) 21 0 symbols added (+), 0 changed (~), 0 removed (-), 43 unchanged (not shown)
21 0 object files added, 0 removed 22 0 object files added, 0 removed
22 23
23 Showing 0 symbols (0 unique) with total pss: 0 bytes 24 Showing 0 symbols (0 unique) with total pss: 0 bytes
24 .text=0 bytes .rodata=0 bytes .data*=0 bytes .bss=0 bytes total=0 by tes 25 .text=0 bytes .rodata=0 bytes .data*=0 bytes .bss=0 bytes total=0 by tes
25 Number of object files: 0 26 Number of object files: 0
26 27
27 Index, Running Total, Section@Address, PSS 28 Index, Running Total, Section@Address, PSS
28 ------------------------------------------------------------ 29 ------------------------------------------------------------
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698