OLD | NEW |
1 ******************************************************************************** | 1 ******************************************************************************** |
2 Entering interactive Python shell. Quick reference: | 2 Entering interactive Python shell. Quick reference: |
3 | 3 |
4 SizeInfo: metadata, raw_symbols, section_sizes, symbols | 4 SizeInfo: metadata, raw_symbols, section_sizes, symbols |
5 Symbol: FlagsString, IsBss, IsGeneratedByToolchain, IsGroup, address, aliases, e
nd_address, flags, full_name, generated_source, is_anonymous, name, num_aliases,
object_path, padding, pss, pss_without_padding, section, section_name, size, si
ze_without_padding, source_path, template_name | 5 Symbol: FlagsString, IsBss, IsGeneratedByToolchain, IsGroup, address, aliases, e
nd_address, flags, full_name, generated_source, is_anonymous, name, num_aliases,
object_path, padding, pss, pss_without_padding, section, section_name, size, si
ze_without_padding, source_path, template_name |
6 | 6 |
7 SymbolGroup (extends Symbol): CountUniqueSymbols, Filter, GroupedBy, GroupedByNa
me, GroupedByPath, GroupedBySectionName, Inverted, IterLeafSymbols, IterUniqueSy
mbols, Sorted, SortedByAddress, SortedByCount, SortedByName, WhereAddressInRange
, WhereFullNameMatches, WhereGeneratedByToolchain, WhereHasAnyAttribution, Where
HasPath, WhereInSection, WhereIsGroup, WhereIsTemplate, WhereMatches, WhereNameM
atches, WhereObjectPathMatches, WherePathMatches, WherePssBiggerThan, WhereSizeB
iggerThan, WhereSourceIsGenerated, WhereSourcePathMatches, WhereTemplateNameMatc
hes, is_sorted | 7 SymbolGroup (extends Symbol): CountUniqueSymbols, Filter, GroupedBy, GroupedByNa
me, GroupedByPath, GroupedBySectionName, Inverted, IterLeafSymbols, IterUniqueSy
mbols, SetName, Sorted, SortedByAddress, SortedByCount, SortedByName, WhereAddre
ssInRange, WhereFullNameMatches, WhereGeneratedByToolchain, WhereHasAnyAttributi
on, WhereHasPath, WhereInSection, WhereIsGroup, WhereIsTemplate, WhereMatches, W
hereNameMatches, WhereObjectPathMatches, WherePathMatches, WherePssBiggerThan, W
hereSizeBiggerThan, WhereSourceIsGenerated, WhereSourcePathMatches, WhereTemplat
eNameMatches, is_sorted |
8 | 8 |
9 SymbolDiff (extends SymbolGroup): DiffStatus, IsAdded, IsChanged, IsRemoved, IsU
nchanged, WhereNotUnchanged, added_count, changed_count, removed_count, unchange
d_count | 9 SymbolDiff (extends SymbolGroup): DiffStatus, IsAdded, IsChanged, IsRemoved, IsU
nchanged, WhereNotUnchanged, added_count, changed_count, removed_count, unchange
d_count |
10 | 10 |
11 canned_queries: CategorizeByChromeComponent, CategorizeGenerated, TemplatesByNam
e | 11 canned_queries: CategorizeByChromeComponent, CategorizeGenerated, TemplatesByNam
e |
12 | 12 |
13 Functions: Diff(), Disassemble(), ExpandRegex(), Print(), ShowExamples() | 13 Functions: Diff(), Disassemble(), ExpandRegex(), Print(), ShowExamples() |
14 Variables: canned_queries, printed, size_info | 14 Variables: canned_queries, printed, size_info |
15 ******************************************************************************** | 15 ******************************************************************************** |
16 # Show pydoc for main types: | 16 # Show pydoc for main types: |
17 import models | 17 import models |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 39) 43785380 (100.0%) b@0x0 131072 third_party/fft_fixed.cc | 150 39) 43785380 (100.0%) b@0x0 131072 third_party/fft_fixed.cc |
151 ff_cos_131072_fixed | 151 ff_cos_131072_fixed |
152 40) 43785380 (100.0%) b@0x0 131072 third_party/fft_float.cc | 152 40) 43785380 (100.0%) b@0x0 131072 third_party/fft_float.cc |
153 ff_cos_65536 | 153 ff_cos_65536 |
154 41) 43785380 (100.0%) b@0x2dffda0 28 third_party/icu/ucnv_ext.c | 154 41) 43785380 (100.0%) b@0x2dffda0 28 third_party/icu/ucnv_ext.c |
155 g_chrome_content_browser_client | 155 g_chrome_content_browser_client |
156 42) 43785380 (100.0%) b@0x2dffe80 200 third_party/icu/ucnv_ext.c | 156 42) 43785380 (100.0%) b@0x2dffe80 200 third_party/icu/ucnv_ext.c |
157 SaveHistogram::atomic_histogram_pointer | 157 SaveHistogram::atomic_histogram_pointer |
158 43) 43785380 (100.0%) b@0x2dffe84 4 third_party/icu/ucnv_ext.c | 158 43) 43785380 (100.0%) b@0x2dffe84 4 third_party/icu/ucnv_ext.c |
159 g_AnimationFrameTimeHistogram_clazz | 159 g_AnimationFrameTimeHistogram_clazz |
OLD | NEW |