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

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

Issue 2828333003: supersize: Strip linker-added prefixes from symbol names (Closed)
Patch Set: Created 3 years, 8 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 # Show pydoc for main types: 1 # Show pydoc for main types:
2 import models 2 import models
3 help(models) 3 help(models)
4 4
5 # Show all attributes of all symbols & per-section totals: 5 # Show all attributes of all symbols & per-section totals:
6 Print(size_info, verbose=True) 6 Print(size_info, verbose=True)
7 7
8 # Show two levels of .text, grouped by first two subdirectories 8 # Show two levels of .text, grouped by first two subdirectories
9 text_syms = size_info.symbols.WhereInSection("t") 9 text_syms = size_info.symbols.WhereInSection("t")
10 by_path = text_syms.GroupBySourcePath(depth=2) 10 by_path = text_syms.GroupBySourcePath(depth=2)
(...skipping 28 matching lines...) Expand all
39 Number of object files: 10 39 Number of object files: 10
40 40
41 First columns are: running total, type, size 41 First columns are: running total, type, size
42 2641394 r@Group 2641394 {no path} 42 2641394 r@Group 2641394 {no path}
43 ** merge strings (count=2) 43 ** merge strings (count=2)
44 2651152 t@Group 9758 {no path} 44 2651152 t@Group 9758 {no path}
45 ** symbol gaps (count=2) 45 ** symbol gaps (count=2)
46 2651600 t@0x28f000 448 third_party/icu/ucnv_ext.c 46 2651600 t@0x28f000 448 third_party/icu/ucnv_ext.c
47 ucnv_extMatchFromU 47 ucnv_extMatchFromU
48 2651752 d@0x2de7008 152 third_party/container.c 48 2651752 d@0x2de7008 152 third_party/container.c
49 rel._ZN4base7androidL22kBaseRegisteredMethodsE 49 base::android::kBaseRegisteredMethods
50 2651846 t@0x2a1000 94 third_party/container.c 50 2651846 t@0x2a1000 94 third_party/container.c
51 blink::PaintChunker::releasePaintChunks [clone .part.1] 51 blink::PaintChunker::releasePaintChunks [clone .part.1]
52 2651902 d@0x2c176f0 56 third_party/icu/ucnv_ext.c 52 2651902 d@0x2c176f0 56 third_party/icu/ucnv_ext.c
53 ChromeMainDelegate [vtable] 53 ChromeMainDelegate [vtable]
54 2651958 d@0x2cd8500 56 third_party/paint.cc 54 2651958 d@0x2cd8500 56 third_party/paint.cc
55 ChromeMainDelegateAndroid [vtable] 55 ChromeMainDelegateAndroid [vtable]
56 2652014 t@0x28d910 56 base/page_allocator.cc 56 2652014 t@0x28d910 56 base/page_allocator.cc
57 startup._GLOBAL__sub_I_bbr_sender.cc 57 _GLOBAL__sub_I_bbr_sender.cc
58 2652069 r@0x28f3450 55 third_party/paint.cc 58 2652069 r@0x28f3450 55 third_party/paint.cc
59 kAnimationFrameTimeHistogramClassPath 59 kAnimationFrameTimeHistogramClassPath
60 2652113 r@0x284e370 44 base/page_allocator.cc 60 2652113 r@0x284e370 44 base/page_allocator.cc
61 Name 61 Name
62 2652151 t@0x28d964 38 base/page_allocator.cc 62 2652151 t@0x28d964 38 base/page_allocator.cc
63 extFromUUseMapping 63 extFromUUseMapping
64 2652183 r@0x284e398 32 third_party/container.c 64 2652183 r@0x284e398 32 third_party/container.c
65 chrome::mojom::FilePatcher::Name_ 65 chrome::mojom::FilePatcher::Name_
66 2652215 t@0x28d98a 32 base/page_allocator.cc 66 2652215 t@0x28d98a 32 base/page_allocator.cc
67 extFromUUseMapping 67 extFromUUseMapping
68 2652243 t@0x2a0020 28 third_party/container.c 68 2652243 t@0x28f1c8 28 third_party/icu/ucnv_ext.c
69 _GLOBAL__sub_I_SkDeviceProfile.cpp
70 2652271 t@0x28d948 28 base/page_allocator.cc
71 _GLOBAL__sub_I_pacing_sender.cc
72 2652299 t@0x2a0020 28 third_party/container.c
69 blink::ContiguousContainerBase::ContiguousContainerBase 73 blink::ContiguousContainerBase::ContiguousContainerBase
70 2652271 t@0x28f1c8 28 third_party/icu/ucnv_ext.c
71 startup._GLOBAL__sub_I_SkDeviceProfile.cpp
72 2652299 t@0x28d948 28 base/page_allocator.cc
73 startup._GLOBAL__sub_I_pacing_sender.cc
74 2652323 d@0x2c17740 24 third_party/container.c 74 2652323 d@0x2c17740 24 third_party/container.c
75 chrome::mojom::FieldTrialRecorderProxy [vtable] 75 chrome::mojom::FieldTrialRecorderProxy [vtable]
76 2652347 d@0x2c17728 24 third_party/icu/ucnv_ext.c 76 2652347 d@0x2c17728 24 third_party/icu/ucnv_ext.c
77 chrome::mojom::FieldTrialRecorderRequestValidator [vtable] 77 chrome::mojom::FieldTrialRecorderRequestValidator [vtable]
78 2652371 d@0x2cd8538 24 base/page_allocator.cc 78 2652371 t@0x28f1e0 24 third_party/icu/ucnv_ext.c
79 foo_bar
80 2652395 d@0x2cd8538 24 base/page_allocator.cc
79 mojo::MessageReceiver [vtable] 81 mojo::MessageReceiver [vtable]
80 2652395 t@0x28f1e0 24 third_party/icu/ucnv_ext.c
81 startup._GLOBAL__sub_I_SkDiscardableMemoryPool.cpp
82 2652411 d@0x2cd84e0 16 third_party/gvr-android-sdk/libgvr_shim_static_arm .a/libcontroller_api_impl.a_controller_api_impl.o 82 2652411 d@0x2cd84e0 16 third_party/gvr-android-sdk/libgvr_shim_static_arm .a/libcontroller_api_impl.a_controller_api_impl.o
83 .Lswitch.table.45 83 .Lswitch.table.45
84 2652427 t@0x2a0000 16 third_party/paint.cc 84 2652427 t@0x28d900 16 base/page_allocator.cc
85 _GLOBAL__sub_I_page_allocator.cc
86 2652443 t@0x2a0000 16 third_party/paint.cc
85 blink::ContiguousContainerBase::shrinkToFit 87 blink::ContiguousContainerBase::shrinkToFit
86 2652443 t@0x28d900 16 base/page_allocator.cc
87 startup._GLOBAL__sub_I_page_allocator.cc
88 2652455 t@0x2a0010 12 third_party/paint.cc 88 2652455 t@0x2a0010 12 third_party/paint.cc
89 blink::ContiguousContainerBase::shrinkToFit [clone .part.1234] [clo ne .isra.2] 89 blink::ContiguousContainerBase::shrinkToFit [clone .part.1234] [clo ne .isra.2]
90 2652467 d@0x2cd8550 12 base/page_allocator.cc 90 2652467 d@0x2cd8550 12 base/page_allocator.cc
91 kMethodsAnimationFrameTimeHistogram 91 kMethodsAnimationFrameTimeHistogram
92 2652478 r@0x284e364 11 base/page_allocator.cc 92 2652478 r@0x284e364 11 base/page_allocator.cc
93 2652486 d@0x2cd84f0 8 third_party/gvr-android-sdk/libgvr_shim_static_arm .a/libport_android_jni.a_jni_utils.o 93 2652486 d@0x2cd84f0 8 third_party/gvr-android-sdk/libgvr_shim_static_arm .a/libport_android_jni.a_jni_utils.o
94 kSystemClassPrefixes 94 kSystemClassPrefixes
95 2652490 d@0x2de70a0 4 third_party/container.c 95 2652490 d@0x2de70a4 4 third_party/container.c
96 base::android::g_library_version_number
97 2652494 d@0x2de70a0 4 third_party/container.c
96 base::android::g_renderer_histogram_code 98 base::android::g_renderer_histogram_code
97 2652494 r@0x28f3480 4 third_party/paint.cc 99 2652498 r@0x28f3480 4 third_party/paint.cc
98 blink::CSSValueKeywordsHash::findValueImpl::value_word_list 100 blink::CSSValueKeywordsHash::findValueImpl::value_word_list
99 2652498 d@0x2de7000 4 base/page_allocator.cc 101 2652502 d@0x2de7000 4 base/page_allocator.cc
100 google::protobuf::internal::pLinuxKernelCmpxchg 102 google::protobuf::internal::pLinuxKernelCmpxchg
101 2652502 d@0x2de7004 4 third_party/container.c 103 2652506 d@0x2de7004 4 third_party/container.c
102 google::protobuf::internal::pLinuxKernelMemoryBarrier 104 google::protobuf::internal::pLinuxKernelMemoryBarrier
103 2652506 d@0x2de70a4 4 third_party/container.c
104 rel.local._ZN4base7android12_GLOBAL__N_124g_library_version_numberE
105 2652506 b@0x0 262144 third_party/fft_float.cc 105 2652506 b@0x0 262144 third_party/fft_float.cc
106 ff_cos_131072 106 ff_cos_131072
107 2652506 b@0x0 131072 third_party/fft_fixed.cc 107 2652506 b@0x0 131072 third_party/fft_fixed.cc
108 ff_cos_131072_fixed 108 ff_cos_131072_fixed
109 2652506 b@0x0 131072 third_party/fft_float.cc 109 2652506 b@0x0 131072 third_party/fft_float.cc
110 ff_cos_65536 110 ff_cos_65536
111 2652506 b@0x2dffe80 200 third_party/icu/ucnv_ext.c 111 2652506 b@0x2dffe80 200 third_party/icu/ucnv_ext.c
112 SaveHistogram::atomic_histogram_pointer 112 SaveHistogram::atomic_histogram_pointer
113 2652506 b@0x2dffda0 28 third_party/icu/ucnv_ext.c 113 2652506 b@0x2dffda0 28 third_party/icu/ucnv_ext.c
114 g_chrome_content_browser_client 114 g_chrome_content_browser_client
115 2652506 b@0x2dffe84 4 third_party/icu/ucnv_ext.c 115 2652506 b@0x2dffe84 4 third_party/icu/ucnv_ext.c
116 g_AnimationFrameTimeHistogram_clazz 116 g_AnimationFrameTimeHistogram_clazz
OLDNEW
« no previous file with comments | « tools/binary_size/libsupersize/testdata/Archive.golden ('k') | tools/binary_size/libsupersize/testdata/FullDescription.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698