Searched refs:big (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
| D | CheckCpuSetting.ts | 25 big: boolean = false; property in CpuSetting 67 big: CheckCpuSetting.big_cores.includes(i), variable 94 bigCheckBox.checked = cpuSetting.big; 102 cpuSetting.big = true;
|
| D | Top20ThreadCpuUsage.ts | 57 big: { key: '', sort: 0 }, 264 big: it.big, 378 total: obj.big,
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_schedulinganalysis.md | 81 选择 Thread Analysis 标签页,各个 CPU 通过勾选 big 或者 middle 或者 small 来设置 CPU 的分类。 94 - big core:大核占用时长。
|
| /developtools/smartperf_host/ide/test/trace/component/schedulingAnalysis/ |
| D | CheckCpuSetting.test.ts | 45 big: true,
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSchedulingAnalysis.ts | 753 tidObj.big += cpuType === 'big' ? item.total : 0; 765 big: cpuType === 'big' ? item.total : 0, 783 obj['bigPercent'] = sumBig === 0 ? '0' : ((obj.big / sumBig) * 100).toFixed(2); 786 obj['bigTimeStr'] = getProbablyTime(obj.big); 792 map.set('big', source.sort((a, b) => b.big - a.big).slice(0, 20)); 905 big: number = 0; property in ThreadCpuUsage
|
| /developtools/syscap_codec/ |
| D | README.md | 25 │ │ ├── endian_internel.h # internal big/little endian conversion headers(common for win、mac… 26 │ │ ├── endian_internel.c # big/little endian conversion implement
|
| /developtools/smartperf_host/ide/server/ |
| D | main.go | 88 max := new(big.Int).Lsh(big.NewInt(1), 128)
|