Searched refs:drawWakeUpList (Results 1 – 5 of 5) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/ |
| D | SpChartList.ts | 25 drawWakeUpList, 485 drawWakeUpList(bean: WakeupBean): void { method in SpChartList 486 …drawWakeUpList(this.canvasCtx, bean, TraceRow.range!.startNS, TraceRow.range!.endNS, TraceRow.rang…
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.test.ts | 39 drawWakeUpList, 476 expect(drawWakeUpList(context,wake,0,1000,1000,frame,true,undefined,false)).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/ |
| D | ProcedureWorkerCPU.ts | 25 drawWakeUpList, 107 …drawWakeUpList(req.ctx, wake, startNS, endNS, totalNS, row.frame, wakeupListItem, currentCpu, true…
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 39 drawWakeUpList, 589 drawWakeUpList( 602 this.favoriteChartListEL?.drawWakeUpList(SpSystemTrace.wakeupList[i + 1]); 670 drawWakeUpList(context, SpSystemTrace.wakeupList[i + 1], startNS, endNS, totalNS, row.frame);
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.ts | 1770 export function drawWakeUpList( function
|