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

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

Issue 2856203004: supersize: Fix name normalization of top-level lambdas (Closed)
Patch Set: rebase 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): 9 Section Sizes (Total=0 bytes):
10 .bss: 0 bytes (not included in totals) 10 .bss: 0 bytes (not included in totals)
(...skipping 23 matching lines...) Expand all
34 .plt: 0 bytes 34 .plt: 0 bytes
35 .rel.dyn: 0 bytes 35 .rel.dyn: 0 bytes
36 .rel.plt: 0 bytes 36 .rel.plt: 0 bytes
37 .shstrtab: 0 bytes 37 .shstrtab: 0 bytes
38 .strtab: 0 bytes 38 .strtab: 0 bytes
39 .symtab: 0 bytes 39 .symtab: 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 object files added, 0 removed
43 43
44 Showing 41 symbols with total pss: 46 bytes 44 Showing 41 symbols (41 unique) with total pss: 46 bytes
45 .text=82 bytes .rodata=0 bytes other=-36 bytes total=46 bytes 45 .text=82 bytes .rodata=0 bytes other=-36 bytes total=46 bytes
46 Number of object files: 9 46 Number of object files: 9
47 47
48 First columns are: running total, address, pss 48 First columns are: running total, address, pss
49 + 56 t@0x28d910 pss=56 padding=0 size_without_padding=56 49 + 56 t@0x28d910 pss=56 padding=0 size_without_padding=56
50 source_path=base/page_allocator.cc object_path=base/base/pa ge_allocator.o 50 source_path=base/page_allocator.cc object_path=base/base/pa ge_allocator.o
51 flags={startup} name=_GLOBAL__sub_I_bbr_sender.cc 51 flags={startup} name=_GLOBAL__sub_I_bbr_sender.cc
52 + 72 t@0x28d900 pss=16 padding=0 size_without_padding=16 52 + 72 t@0x28d900 pss=16 padding=0 size_without_padding=16
53 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
54 flags={startup} name=_GLOBAL__sub_I_page_allocator.cc 54 flags={startup} name=_GLOBAL__sub_I_page_allocator.cc
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 flags={anon} name=g_AnimationFrameTimeHistogram_clazz 170 flags={anon} name=g_AnimationFrameTimeHistogram_clazz
171 = 82 b@0x0 pss=0 padding=0 size_without_padding=0 171 = 82 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 172 source_path=third_party/fft_float.cc object_path=third_party/ ffmpeg/libffmpeg_internal.a/fft_float.o
173 flags={} name=ff_cos_131072 173 flags={} name=ff_cos_131072
174 = 82 b@0x0 pss=0 padding=0 size_without_padding=0 174 = 82 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 175 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 176 flags={} name=ff_cos_131072_fixed
177 = 82 b@0x0 pss=0 padding=0 size_without_padding=0 177 = 82 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 178 source_path=third_party/fft_float.cc object_path=third_party/ ffmpeg/libffmpeg_internal.a/fft_float.o
179 flags={} name=ff_cos_65536 179 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