| OLD | NEW |
| 1 ******************************************************************************** | 1 ******************************************************************************** |
| 2 Entering interactive Python shell. Quick reference: | 2 Entering interactive Python shell. Quick reference: |
| 3 | 3 |
| 4 SizeInfo: Clustered, metadata, raw_symbols, section_sizes, symbols | 4 SizeInfo: Clustered, 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): Clustered, CountUniqueSymbols, Filter, GroupedBy,
GroupedByName, GroupedByPath, GroupedBySectionName, Inverted, IterLeafSymbols, I
terUniqueSymbols, Sorted, SortedByAddress, SortedByCount, SortedByName, WhereAdd
ressInRange, WhereFullNameMatches, WhereGeneratedByToolchain, WhereHasAnyAttribu
tion, WhereHasPath, WhereInSection, WhereIsTemplate, WhereMatches, WhereNameMatc
hes, WhereObjectPathMatches, WherePathMatches, WherePssBiggerThan, WhereSizeBigg
erThan, WhereSourceIsGenerated, WhereSourcePathMatches, WhereTemplateNameMatches
, is_sorted | 7 SymbolGroup (extends Symbol): Clustered, CountUniqueSymbols, Filter, GroupedBy,
GroupedByName, GroupedByPath, GroupedBySectionName, Inverted, IterLeafSymbols, I
terUniqueSymbols, Sorted, SortedByAddress, SortedByCount, SortedByName, WhereAdd
ressInRange, WhereFullNameMatches, WhereGeneratedByToolchain, WhereHasAnyAttribu
tion, WhereHasPath, WhereInSection, WhereIsTemplate, WhereMatches, WhereNameMatc
hes, WhereObjectPathMatches, WherePathMatches, WherePssBiggerThan, WhereSizeBigg
erThan, WhereSourceIsGenerated, WhereSourcePathMatches, WhereTemplateNameMatches
, is_sorted |
| 8 | 8 |
| 9 SymbolDiff (extends SymbolGroup): IsAdded, IsRemoved, IsSimilar, WhereNotUnchang
ed, added_count, changed_count, removed_count, unchanged_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 |
| 18 help(models) | 18 help(models) |
| 19 | 19 |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 44) 43785380 (100.0%) b@0x0 131072 third_party/fft_fixed.cc | 160 44) 43785380 (100.0%) b@0x0 131072 third_party/fft_fixed.cc |
| 161 ff_cos_131072_fixed | 161 ff_cos_131072_fixed |
| 162 45) 43785380 (100.0%) b@0x0 131072 third_party/fft_float.cc | 162 45) 43785380 (100.0%) b@0x0 131072 third_party/fft_float.cc |
| 163 ff_cos_65536 | 163 ff_cos_65536 |
| 164 46) 43785380 (100.0%) b@0x2dffda0 28 third_party/icu/ucnv_ext.c | 164 46) 43785380 (100.0%) b@0x2dffda0 28 third_party/icu/ucnv_ext.c |
| 165 g_chrome_content_browser_client | 165 g_chrome_content_browser_client |
| 166 47) 43785380 (100.0%) b@0x2dffe80 200 third_party/icu/ucnv_ext.c | 166 47) 43785380 (100.0%) b@0x2dffe80 200 third_party/icu/ucnv_ext.c |
| 167 SaveHistogram::atomic_histogram_pointer | 167 SaveHistogram::atomic_histogram_pointer |
| 168 48) 43785380 (100.0%) b@0x2dffe84 4 third_party/icu/ucnv_ext.c | 168 48) 43785380 (100.0%) b@0x2dffe84 4 third_party/icu/ucnv_ext.c |
| 169 g_AnimationFrameTimeHistogram_clazz | 169 g_AnimationFrameTimeHistogram_clazz |
| OLD | NEW |