| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceSheetConfig.ts | 119 title: 'Current Selection', 124 title: 'Current Selection', 128 title: 'Cpu State', 132 title: 'Frequency', 136 title: 'Frequency Limits', 140 title: 'Cpu Frequency Limits', 145 title: 'CPU by thread', 150 title: 'CPU by process', 155 title: 'CPU Usage', 160 title: 'Thread Switches', [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/ |
| D | TraceSheetConfig.ts | 83 title: 'Current Selection', 88 title: 'Current Selection', 92 title: 'Cpu State', 96 title: 'Frequency', 100 title: 'Frequency Limits', 104 title: 'Cpu Frequency Limits', 109 title: 'CPU by thread', 114 title: 'CPU by process', 119 title: 'CPU Usage', 124 title: 'Thread Switches', [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpHelp.ts | 58 title: 'QuickStart', 62 title: '设备端抓取trace说明', 77 title: 'web端抓取trace说明', 92 title: 'web端加载trace说明', 107 title: 'Native Memory抓取和展示说明', 122 title: 'Ability Monitor抓取和展示说明', 137 title: 'HiPerf的抓取和展示说明', 152 title: 'Sql分析和Metrics说明', 167 title: 'FileSystem抓取和展示说明', 182 title: '页内存抓取和展示说明', [all …]
|
| D | SpFlags.ts | 150 titleLabel.textContent = config.title; 154 configSelect.setAttribute('title', config.title); 165 let title = configSelect.getAttribute('title'); 166 FlagsConfig.updateFlagsConfig(title!, configSelect.selectedOptions[0].value); 182 if (config.title === 'AnimationAnalysis') { 232 title: 'TaskPool', 237 title: 'AnimationAnalysis', 243 title: 'AppStartup', 248 title: 'SchedulingAnalysis', 266 flagConfigObj[config.title] = value; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpHelp.ts | 58 title: 'QuickStart', 62 title: '设备端抓取trace说明', 77 title: 'web端抓取trace说明', 92 title: 'web端加载trace说明', 107 title: 'Native Memory抓取和展示说明', 122 title: 'Ability Monitor抓取和展示说明', 137 title: 'HiPerf的抓取和展示说明', 152 title: 'Sql分析和Metrics说明', 167 title: 'FileSystem抓取和展示说明', 182 title: '页内存抓取和展示说明', [all …]
|
| D | SpFlags.ts | 145 titleLabel.textContent = config.title; 149 configSelect.setAttribute('title', config.title); 160 let title = configSelect.getAttribute('title'); 161 FlagsConfig.updateFlagsConfig(title!, configSelect.selectedOptions[0].value); 177 if (config.title === 'DynamicAnalysis') { 227 title: 'TaskPool', 245 flagConfigObj[config.title] = value; 257 let cfg = flagsConfig[config.title]; 283 return config.title === flagName; 293 flagConfigObj[configItem.title] = value; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/ |
| D | SpFileSystem.ts | 101 switch (value.title) { 141 fileSystemTitle.textContent = config.title; 151 if (config.title == 'Process') { 152 } else if (config.title == 'SystemCall Event') { 155 …="file-system-select config" mode="multiple" canInsert="" title="${config.title}" rounded placemen… 167 fileSystemInput.title = config.title; 168 if (config.title == 'Record Time') { 177 …e="" class="file-system-select config" placement="bottom" title="${config.title}" placeholder="${… 187 fileSystemSwitch.title = config.title; 193 if (config.title == 'Start FileSystem Record') { [all …]
|
| D | SpRecordPerf.ts | 89 switch (value.title) { 193 recordPerfTitle.textContent = config.title; 203 if (config.title == 'Event List') { 206 …="record-perf-select config" mode="multiple" canInsert="" title="${config.title}" rounded placemen… 214 …-color3,#46B1E3)" open dir="right" class="silderclass config" title="${config.title}"></lit-slider> 229 …-color3,#46B1E3)" open dir="right" class="silderclass config" title="${config.title}"></lit-slider> 250 recordPerfInput.title = config.title; 258 …e="" class="record-perf-select config" placement="bottom" title="${config.title}" placeholder="${… 268 recordPerfSwitch.title = config.title; 274 if (config.title == 'Start Hiperf Sampling') { [all …]
|
| D | SpVmTracker.ts | 73 vmTrackerTitle.textContent = config.title; 82 …default-value="" class="select config" placement="bottom" title="${config.title}" placeholder="${… 89 vmTrackerSwitch.title = config.title; 95 if (config.title == 'Start VM Tracker Record') { 149 if (configVal1.title != 'Start VM Tracker Record') { 158 title: 'Start VM Tracker Record', 165 title: 'Process',
|
| D | SpHisysEvent.ts | 68 hisysEventTitle.textContent = config.title; 77 …t-value="" class="event-select config" placement="bottom" title="${config.title}" placeholder="${… 84 hisysEventSwitch.title = config.title; 90 if (config.title == 'Start Hisystem Event Tracker Record') { 181 if (hisysEventConfigVal.title != 'Start Hisystem Event Tracker Record') { 190 title: 'Start Hisystem Event Tracker Record', 197 title: 'AppName',
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/popover/ |
| D | LitPopover.ts | 43 get title() { method in LitPopover 47 set title(title: string) { method in LitPopover 48 this.setAttribute('title', title); 83 if (this.title !== '') { 84 let title = new LitPopoverTitle(); 85 title.setAttribute('title', this.title || ''); 86 this.popContent!.appendChild(title); 94 if (this.title == '') {
|
| /developtools/smartperf_host/ide/src/base-ui/popover/ |
| D | LitPopover.ts | 43 get title() { method in LitPopover 47 set title(title: string) { method in LitPopover 48 this.setAttribute('title', title); 83 if (this.title !== '') { 84 let title = new LitPopoverTitle(); 85 title.setAttribute('title', this.title || ''); 86 this.popContent!.appendChild(title); 94 if (this.title == '') {
|
| /developtools/smartperf_host/ide/test/base-ui/menu/ |
| D | LitMainMenu.test.ts | 38 title: 'Navigation', 42 title: 'Open trace file', 48 title: 'Record new trace', 64 title: 'Record new trace Test', 69 title: 'Open trace file Test', 76 title: 'Navigation Test',
|
| D | LitMainMenuItem.test.ts | 28 expect(litMainMenuItem.title).toEqual(''); 33 litMainMenuItem.title = 'test'; 34 expect(litMainMenuItem.title).toEqual('test'); 41 litMainMenuItem.title = 'test02'; 42 expect(litMainMenuItem.title).toEqual('test02'); 49 litMainMenuItem.title = 'test03'; 50 expect(litMainMenuItem.title).toEqual('test03');
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpRecordPerf.ts | 89 switch (value.title) { 193 recordPerfTitle.textContent = config.title; 203 if (config.title == 'Event List') { 206 …="record-perf-select config" mode="multiple" canInsert="" title="${config.title}" rounded placemen… 214 …-color3,#46B1E3)" open dir="right" class="silderclass config" title="${config.title}"></lit-slider> 229 …-color3,#46B1E3)" open dir="right" class="silderclass config" title="${config.title}"></lit-slider> 250 recordPerfInput.title = config.title; 258 …e="" class="record-perf-select config" placement="bottom" title="${config.title}" placeholder="${… 268 recordPerfSwitch.title = config.title; 274 if (config.title == 'Start Hiperf Sampling') { [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/tabs/ |
| D | lit-tabs.ts | 666 let title = span.innerText; 671 if (title === 'Counters' || title === 'Thread States') { 672 title += `(${rowType})`; 674 if (title === 'Analysis') { 680 title += '(disk-io)'; 682 title += '(virtual-memory-cell)'; 684 title += `(${rowType})`; 687 if (title === 'Slices' || title === 'Current Selection') { 693 title += '(deliverInputEvent)'; 699 title += `(${rowType})`; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/tabs/ |
| D | lit-tabs.ts | 666 let title = span.innerText; 671 if (title === 'Counters' || title === 'Thread States') { 672 title += `(${rowType})`; 674 if (title === 'Analysis') { 680 title += '(disk-io)'; 682 title += '(virtual-memory-cell)'; 684 title += `(${rowType})`; 687 if (title === 'Slices' || title === 'Current Selection') { 693 title += '(deliverInputEvent)'; 699 title += `(${rowType})`; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneVirtualMemoryStatistics.ts | 94 …let title = nameTitle == 'type' ? VM_TYPE_MAP[initVmMemoryStatItem[nameTitle]] : initVmMemoryStatI… 97 title: title + (subtitle ? '(' + initVmMemoryStatItem[subtitle] + ')' : ''), 128 title: 'All', 193 vmMemoryStatNode.path = { type: null, tid: null, pid: null, value: vmMemoryStatNode.title }; 208 value: 'All-' + vmMemoryStatNode.title + '-' + data.title, 217 value: 'All-' + vmMemoryStatNode.title + '-' + data.title + '-' + e.title, 231 vmMemoryStatAllNode.title = 'All';
|
| D | TabPaneIOTierStatistics.ts | 87 title: initIoTierItem[nameTitle] + (subtitle ? '(' + initIoTierItem[subtitle] + ')' : ''), 119 title: 'All', 188 value: ioTierNode.title, 198 value: 'All-' + ioTierNode.title + '-' + data.title, 205 value: 'All-' + ioTierNode.title + '-' + data.title + '-' + e.title, 216 ioTierAllNode.title = 'All';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneVirtualMemoryStatistics.ts | 94 …let title = nameTitle == 'type' ? VM_TYPE_MAP[initVmMemoryStatItem[nameTitle]] : initVmMemoryStatI… 97 title: title + (subtitle ? '(' + initVmMemoryStatItem[subtitle] + ')' : ''), 128 title: 'All', 193 vmMemoryStatNode.path = { type: null, tid: null, pid: null, value: vmMemoryStatNode.title }; 208 value: 'All-' + vmMemoryStatNode.title + '-' + data.title, 217 value: 'All-' + vmMemoryStatNode.title + '-' + data.title + '-' + e.title, 231 vmMemoryStatAllNode.title = 'All';
|
| D | TabPaneIOTierStatistics.ts | 87 title: initIoTierItem[nameTitle] + (subtitle ? '(' + initIoTierItem[subtitle] + ')' : ''), 119 title: 'All', 188 value: ioTierNode.title, 198 value: 'All-' + ioTierNode.title + '-' + data.title, 205 value: 'All-' + ioTierNode.title + '-' + data.title + '-' + e.title, 216 ioTierAllNode.title = 'All';
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | sp_csv_util.h | 39 std::string title = ""; in WriteCsv() local 44 title += iter->first + ","; in WriteCsv() 49 title.pop_back(); in WriteCsv() 50 outFile << title << std::endl; in WriteCsv()
|
| /developtools/smartperf_host/ide/test/base-ui/popover/ |
| D | LitPopover.test.ts | 93 litPopover.title = 'tee'; 106 litPopover.title = 'tee'; 119 litPopover.title = 'tee'; 135 litPopover.title = 'tee'; 151 litPopover.title = 'tee';
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/menu/ |
| D | LitMainMenu.ts | 42 group.setAttribute('title', it.title || ''); 53 th.setAttribute('title', item.title || ''); 178 title: string; property 186 title: string; property
|
| /developtools/smartperf_host/ide/src/base-ui/menu/ |
| D | LitMainMenu.ts | 42 group.setAttribute('title', it.title || ''); 53 th.setAttribute('title', item.title || ''); 178 title: string; property 186 title: string; property
|