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

Side by Side Diff: tools/binary_size/libsupersize/testdata/FullDescription.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 Metadata: 1 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 10
10 Section Sizes (Total=41.8mb (43785380 bytes)): 11 Section Sizes (Total=41.8mb (43785380 bytes)):
11 .bss: 1.24mb (1300456 bytes) (not included in totals) 12 .bss: 1.24mb (1300456 bytes) (not included in totals)
12 .data: 99.4kb (101768 bytes) (0.2%) 13 .data: 99.4kb (101768 bytes) (0.2%)
13 .data.rel.ro: 1.02mb (1065224 bytes) (2.4%) 14 .data.rel.ro: 1.02mb (1065224 bytes) (2.4%)
14 .data.rel.ro.local: 771kb (790024 bytes) (1.8%) 15 .data.rel.ro.local: 771kb (790024 bytes) (1.8%)
15 .rodata: 5.65mb (5927652 bytes) (13.5%) 16 .rodata: 5.65mb (5927652 bytes) (13.5%)
16 .text: 34.2mb (35900712 bytes) (82.0%) 17 .text: 34.2mb (35900712 bytes) (82.0%)
17 18
18 Other section sizes: 19 Other section sizes:
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 40) 43785380 (100.0%) b@0x2dffda0 pss=28 padding=0 size_without_padding=28 224 40) 43785380 (100.0%) b@0x2dffda0 pss=28 padding=0 size_without_padding=28
224 source_path=third_party/icu/ucnv_ext.c object_path=third_party/ icu/icuuc/ucnv_ext.o 225 source_path=third_party/icu/ucnv_ext.c object_path=third_party/ icu/icuuc/ucnv_ext.o
225 flags={gen} name=g_chrome_content_browser_client 226 flags={gen} name=g_chrome_content_browser_client
226 41) 43785380 (100.0%) b@0x2dffe80 pss=200 padding=196 size_without_padding=4 227 41) 43785380 (100.0%) b@0x2dffe80 pss=200 padding=196 size_without_padding=4
227 source_path=third_party/icu/ucnv_ext.c object_path=third_party/ icu/icuuc/ucnv_ext.o 228 source_path=third_party/icu/ucnv_ext.c object_path=third_party/ icu/icuuc/ucnv_ext.o
228 flags={gen} name=SaveHistogram::atomic_histogram_pointer 229 flags={gen} name=SaveHistogram::atomic_histogram_pointer
229 full_name=SaveHistogram(_JNIEnv*, base::android::JavaParamRef< _jobject*> const&, base::android::JavaParamRef<_jstring*> const&, base::android: :JavaParamRef<_jlongArray*> const&, int)::atomic_histogram_pointer 230 full_name=SaveHistogram(_JNIEnv*, base::android::JavaParamRef< _jobject*> const&, base::android::JavaParamRef<_jstring*> const&, base::android: :JavaParamRef<_jlongArray*> const&, int)::atomic_histogram_pointer
230 42) 43785380 (100.0%) b@0x2dffe84 pss=4 padding=0 size_without_padding=4 231 42) 43785380 (100.0%) b@0x2dffe84 pss=4 padding=0 size_without_padding=4
231 source_path=third_party/icu/ucnv_ext.c object_path=third_party/ icu/icuuc/ucnv_ext.o 232 source_path=third_party/icu/ucnv_ext.c object_path=third_party/ icu/icuuc/ucnv_ext.o
232 flags={anon,gen} name=g_AnimationFrameTimeHistogram_clazz 233 flags={anon,gen} name=g_AnimationFrameTimeHistogram_clazz
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698