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

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

Issue 2884283002: supersize: Fix diff logic for changed vs unchanged of groups (Closed)
Patch Set: 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 baz=yes 2 baz=yes
3 foo=1 3 foo=1
4 Old Metadata: 4 Old Metadata:
5 bar=[1, 2, 3] 5 bar=[1, 2, 3]
6 New Metadata: 6 New Metadata:
7 bar=[1, 3] 7 bar=[1, 3]
8 8
9 Section Sizes (Total=0 bytes (0 bytes)): 9 Section Sizes (Total=0 bytes (0 bytes)):
10 .bss: 0 bytes (0 bytes) (not included in totals) 10 .bss: 0 bytes (0 bytes) (not included in totals)
(...skipping 21 matching lines...) Expand all
32 .note.gnu.build-id: 0 bytes (0 bytes) 32 .note.gnu.build-id: 0 bytes (0 bytes)
33 .note.gnu.gold-version: 0 bytes (0 bytes) 33 .note.gnu.gold-version: 0 bytes (0 bytes)
34 .plt: 0 bytes (0 bytes) 34 .plt: 0 bytes (0 bytes)
35 .rel.dyn: 0 bytes (0 bytes) 35 .rel.dyn: 0 bytes (0 bytes)
36 .rel.plt: 0 bytes (0 bytes) 36 .rel.plt: 0 bytes (0 bytes)
37 .shstrtab: 0 bytes (0 bytes) 37 .shstrtab: 0 bytes (0 bytes)
38 .strtab: 0 bytes (0 bytes) 38 .strtab: 0 bytes (0 bytes)
39 .symtab: 0 bytes (0 bytes) 39 .symtab: 0 bytes (0 bytes)
40 40
41 2 symbols added (+), 1 changed (~), 3 removed (-), 35 unchanged (=) 41 2 symbols added (+), 1 changed (~), 3 removed (-), 35 unchanged (=)
42 0 object files added, 0 removed 42 0 paths added, 0 removed, 1 changed
43 Changed files:
44 base/page_allocator.cc
43 45
44 Showing 41 symbols (41 unique) with total pss: 82 bytes 46 Showing 41 symbols (41 unique) with total pss: 82 bytes
45 .text=82 bytes .rodata=0 bytes .data*=0 bytes .bss=-36 bytes total=82 b ytes 47 .text=82 bytes .rodata=0 bytes .data*=0 bytes .bss=-36 bytes total=82 b ytes
46 Number of unique paths: 9 48 Number of unique paths: 9
47 49
48 Index, Running Total, Section@Address, PSS 50 Index, Running Total, Section@Address, PSS
49 ------------------------------------------------------------ 51 ------------------------------------------------------------
50 + 0) 56 (68.3%) t@0x28d910 pss=56 padding=0 size_without_padding=56 52 + 0) 56 (68.3%) t@0x28d910 pss=56 padding=0 size_without_padding=56
51 source_path=base/page_allocator.cc object_path=base/base/pa ge_allocator.o 53 source_path=base/page_allocator.cc object_path=base/base/pa ge_allocator.o
52 flags={startup} name=_GLOBAL__sub_I_bbr_sender.cc 54 flags={startup} name=_GLOBAL__sub_I_bbr_sender.cc
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 flags={anon,gen} name=g_AnimationFrameTimeHistogram_clazz 172 flags={anon,gen} name=g_AnimationFrameTimeHistogram_clazz
171 = 38) 82 (100.0%) b@0x0 pss=0 padding=0 size_without_padding=0 173 = 38) 82 (100.0%) b@0x0 pss=0 padding=0 size_without_padding=0
172 source_path=third_party/fft_float.cc object_path=third_party/ ffmpeg/libffmpeg_internal.a/fft_float.o 174 source_path=third_party/fft_float.cc object_path=third_party/ ffmpeg/libffmpeg_internal.a/fft_float.o
173 flags={} name=ff_cos_131072 175 flags={} name=ff_cos_131072
174 = 39) 82 (100.0%) b@0x0 pss=0 padding=0 size_without_padding=0 176 = 39) 82 (100.0%) b@0x0 pss=0 padding=0 size_without_padding=0
175 source_path=third_party/fft_fixed.cc object_path=third_party/ ffmpeg/libffmpeg_internal.a/fft_fixed.o 177 source_path=third_party/fft_fixed.cc object_path=third_party/ ffmpeg/libffmpeg_internal.a/fft_fixed.o
176 flags={} name=ff_cos_131072_fixed 178 flags={} name=ff_cos_131072_fixed
177 = 40) 82 (100.0%) b@0x0 pss=0 padding=0 size_without_padding=0 179 = 40) 82 (100.0%) b@0x0 pss=0 padding=0 size_without_padding=0
178 source_path=third_party/fft_float.cc object_path=third_party/ ffmpeg/libffmpeg_internal.a/fft_float.o 180 source_path=third_party/fft_float.cc object_path=third_party/ ffmpeg/libffmpeg_internal.a/fft_float.o
179 flags={} name=ff_cos_65536 181 flags={} name=ff_cos_65536
OLDNEW
« no previous file with comments | « tools/binary_size/libsupersize/testdata/Console.golden ('k') | tools/binary_size/libsupersize/testdata/Diff_NullDiff.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698