Searched refs:small (Results 1 – 12 of 12) sorted by relevance
| /developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/ |
| D | CheckCpuSetting.ts | 26 small: boolean = false; property in CpuSetting 70 small: CheckCpuSetting.small_cores.includes(i), 97 smallCheckBox.checked = cpuSetting.small; 117 cpuSetting.small = true;
|
| D | Top20ThreadCpuUsage.ts | 54 small: { key: '', sort: 0 }, 261 small: it.small, 381 total: obj.small,
|
| /developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
| D | CheckCpuSetting.ts | 26 small: boolean = false; property in CpuSetting 70 small: CheckCpuSetting.small_cores.includes(i), 97 smallCheckBox.checked = cpuSetting.small; 117 cpuSetting.small = true;
|
| D | Top20ThreadCpuUsage.ts | 54 small: { key: '', sort: 0 }, 261 small: it.small, 381 total: obj.small,
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | quickstart_schedulinganalysis.md | 60 选择Thread Analysis标签页,各个CPU通过勾选big或者middle或者small来设置CPU的分类。 74 + small core:小核占用时长。
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_schedulinganalysis.md | 60 选择Thread Analysis标签页,各个CPU通过勾选big或者middle或者small来设置CPU的分类。 74 + small core:小核占用时长。
|
| /developtools/smartperf_host/ide/test/trace/component/schedulingAnalysis/ |
| D | CheckCpuSetting.test.ts | 49 small: true, variable
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSchedulingAnalysis.ts | 718 tidObj.small += cpuType === 'small' ? item.total : 0; 730 small: cpuType === 'small' ? item.total : 0, 741 obj['smallPercent'] = sumSmall === 0 ? '0' : ((obj.small / sumSmall) * 100).toFixed(2); 744 obj['smallTimeStr'] = getProbablyTime(obj.small); 750 map.set('small', source.sort((a, b) => b.small - a.small).slice(0, 20)); 861 small: number = 0; property in ThreadCpuUsage
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSchedulingAnalysis.ts | 729 tidObj.small += cpuType === 'small' ? item.total : 0; 741 small: cpuType === 'small' ? item.total : 0, 752 obj['smallPercent'] = sumSmall === 0 ? '0' : ((obj.small / sumSmall) * 100).toFixed(2); 755 obj['smallTimeStr'] = getProbablyTime(obj.small); 761 map.set('small', source.sort((a, b) => b.small - a.small).slice(0, 20)); 872 small: number = 0; property in ThreadCpuUsage
|
| /developtools/profiler/tools/smaps_show/ |
| D | README.md | 1 small tools to parse smaps information
|
| /developtools/smartperf_host/ide/src/ |
| D | icon.svg | 1026 <symbol id="icon-small-dash" viewBox="0 0 1024 1024">
|
| /developtools/profiler/host/smartperf/ide/src/ |
| D | icon.svg | 1026 <symbol id="icon-small-dash" viewBox="0 0 1024 1024">
|