Home
last modified time | relevance | path

Searched refs:wakeupList (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/
DProcedureWorkerCPU.ts100 for (let i = 0; i < SpSystemTrace.wakeupList.length; i++) {
101 if (i + 1 == SpSystemTrace.wakeupList.length) {
104 let wake = SpSystemTrace.wakeupList[i + 1];
106 …req.type == `cpu-data-${SpSystemTrace.wakeupList[i]?.cpu || 0}` ? SpSystemTrace.wakeupList[i] : un…
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.event.ts45 if (SpSystemTrace.wakeupList.length && CpuStruct.selectCpuStruct) {
48 for (const item of SpSystemTrace.wakeupList) {
51 if (SpSystemTrace.wakeupList[0].schedulingDesc) {
52 SpSystemTrace.wakeupList.unshift(saveSelectCpuStruct);
69 window.publish(window.SmartEvent.UI.WakeupList, SpSystemTrace.wakeupList);
DSpSystemTrace.ts151 static wakeupList: Array<WakeupBean> = []; property in SpSystemTrace
585 for (let i = 0; i < SpSystemTrace.wakeupList.length; i++) {
586 if (i + 1 == SpSystemTrace.wakeupList.length) {
591 SpSystemTrace.wakeupList[i + 1],
602 this.favoriteChartListEL?.drawWakeUpList(SpSystemTrace.wakeupList[i + 1]);
666 for (let i = 0; i < SpSystemTrace.wakeupList.length; i++) {
667 if (i + 1 == SpSystemTrace.wakeupList.length) {
670 drawWakeUpList(context, SpSystemTrace.wakeupList[i + 1], startNS, endNS, totalNS, row.frame);
1931 window.publish(window.SmartEvent.UI.WakeupList, SpSystemTrace.wakeupList);
1934 SpSystemTrace.wakeupList.push(a);
[all …]
DSpSystemTrace.init.ts51 if (SpSystemTrace.wakeupList.length === 0) {
52 SpSystemTrace.wakeupList.unshift(CpuStruct.wakeupBean!);
62 SpSystemTrace.wakeupList.unshift(CpuStruct.wakeupBean!);
85 for (let wakeupBean of SpSystemTrace.wakeupList) {