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

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

Issue 2854173003: supersize: Don't cluster by default. Make Diff() accept only SizeInfo. (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 # 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 23 matching lines...) Expand all
34 map_file_name=../test.map 34 map_file_name=../test.map
35 35
36 Section Sizes (Total=43,785,380 bytes): 36 Section Sizes (Total=43,785,380 bytes):
37 .bss: 1,300,456 bytes (not included in totals) 37 .bss: 1,300,456 bytes (not included in totals)
38 .data: 101,768 bytes (0.2%) 38 .data: 101,768 bytes (0.2%)
39 .data.rel.ro: 1,065,224 bytes (2.4%) 39 .data.rel.ro: 1,065,224 bytes (2.4%)
40 .data.rel.ro.local: 790,024 bytes (1.8%) 40 .data.rel.ro.local: 790,024 bytes (1.8%)
41 .rodata: 5,927,652 bytes (13.5%) 41 .rodata: 5,927,652 bytes (13.5%)
42 .text: 35,900,712 bytes (82.0%) 42 .text: 35,900,712 bytes (82.0%)
43 43
44 Showing 41 symbols with total pss: 4036054 bytes 44 Showing 43 symbols with total pss: 4036054 bytes
45 .text=77.8kb .rodata=2.52mb other=1.25mb total=3.85mb 45 .text=77.8kb .rodata=2.52mb other=1.25mb total=3.85mb
46 Number of object files: 10 46 Number of object files: 10
47 47
48 First columns are: running total, address, pss 48 First columns are: running total, address, pss
49 2641394 r@Group 2641394 {no path} 49 1965409 r@0x266e600 1965409 {no path}
50 ** merge strings (count=2) 50 ** merge strings
51 3431298 d@0x2c17740 789904 third_party/container.c 51 2755313 d@0x2c17740 789904 third_party/container.c
52 chrome::mojom::FieldTrialRecorderProxy [vtable] 52 chrome::mojom::FieldTrialRecorderProxy [vtable]
53 3431298 r@0x284e518 675985 {no path}
54 ** merge strings
53 3500422 t@0x28f1e0 69124 third_party/icu/ucnv_ext.c 55 3500422 t@0x28f1e0 69124 third_party/icu/ucnv_ext.c
54 foo_bar 56 foo_bar
55 3510180 t@Group 9758 {no path} 57 3506140 t@0x28f000 5718 third_party/icu/ucnv_ext.c
56 ** symbol gaps (count=2) 58 ** symbol gap 0
59 3510180 t@0x2a1000 4040 third_party/container.c
60 ** symbol gap 1
57 3510628 t@0x28f000 448 third_party/icu/ucnv_ext.c 61 3510628 t@0x28f000 448 third_party/icu/ucnv_ext.c
58 ucnv_extMatchFromU 62 ucnv_extMatchFromU
59 3510780 d@0x2de7008 152 third_party/container.c 63 3510780 d@0x2de7008 152 third_party/container.c
60 base::android::kBaseRegisteredMethods 64 base::android::kBaseRegisteredMethods
61 3510874 t@0x2a1000 94 third_party/container.c 65 3510874 t@0x2a1000 94 third_party/container.c
62 blink::PaintChunker::releasePaintChunks [clone .part.1] 66 blink::PaintChunker::releasePaintChunks [clone .part.1]
63 3510930 d@0x2c176f0 56 third_party/icu/ucnv_ext.c 67 3510930 d@0x2c176f0 56 third_party/icu/ucnv_ext.c
64 ChromeMainDelegate [vtable] 68 ChromeMainDelegate [vtable]
65 3510986 d@0x2cd8500 56 third_party/paint.cc 69 3510986 d@0x2cd8500 56 third_party/paint.cc
66 ChromeMainDelegateAndroid [vtable] 70 ChromeMainDelegateAndroid [vtable]
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 3511534 b@0x0 131072 third_party/fft_fixed.cc 124 3511534 b@0x0 131072 third_party/fft_fixed.cc
121 ff_cos_131072_fixed 125 ff_cos_131072_fixed
122 3511534 b@0x0 131072 third_party/fft_float.cc 126 3511534 b@0x0 131072 third_party/fft_float.cc
123 ff_cos_65536 127 ff_cos_65536
124 3511534 b@0x2dffe80 200 third_party/icu/ucnv_ext.c 128 3511534 b@0x2dffe80 200 third_party/icu/ucnv_ext.c
125 SaveHistogram::atomic_histogram_pointer 129 SaveHistogram::atomic_histogram_pointer
126 3511534 b@0x2dffda0 28 third_party/icu/ucnv_ext.c 130 3511534 b@0x2dffda0 28 third_party/icu/ucnv_ext.c
127 g_chrome_content_browser_client 131 g_chrome_content_browser_client
128 3511534 b@0x2dffe84 4 third_party/icu/ucnv_ext.c 132 3511534 b@0x2dffe84 4 third_party/icu/ucnv_ext.c
129 g_AnimationFrameTimeHistogram_clazz 133 g_AnimationFrameTimeHistogram_clazz
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698