Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 25 of 62) sorted by relevance

123

/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerTimeline.test.ts82 xs: [],
122 xs: [],
/developtools/smartperf_host/ide/test/trace/component/trace/timer-shaft/
DSportRuler.test.ts113 xs: [],
153 xs: numbers,
157 sportRuler.flagList.xs = jest.fn(() => numbers);
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerTimeline.ts102 xs: [],
274 this.range.xs?.forEach((it, i) => {
403 xs: Array<number>;
533 if (this.range.xs) {
534 this.range.xs.length = 0;
536 this.range.xs = [];
547 this.range.xs.push(startX);
553 this.range.xs.push(startX);
DProcedureWorker.ts174 req.xs = e.data.params.xs;
DProcedureWorkerEnergyState.ts120 energyStateRequest.xs,
129 energyStateRequest.xs,
DProcedureWorkerHiPerfProcess.ts116 hiPerfProcessRequest.xs,
DProcedureWorkerHiPerfThread.ts116 hiPerfThreadRequest.xs,
DProcedureWorkerHiPerfCPU.ts127 hiPerfCpuRequest.xs,
DProcedureWorkerVirtualMemory.ts107 virtualMemoryRequest.xs,
DProcedureWorkerMem.ts100 drawLines(memRequest.context, memRequest.xs, memRequest.frame.height, memRequest.lineColor);
DProcedureWorkerCPU.ts41 drawLines(cpuReq.context, cpuReq.xs, cpuReq.frame.height, cpuReq.lineColor);
157 drawLines(cpuReq.context, cpuReq.xs, cpuReq.frame.height, cpuReq.lineColor);
DProcedureWorkerProcess.ts88 drawLines(processReq.context, processReq.xs, processReq.frame.height, processReq.lineColor);
DProcedureWorkerHiPerfEvent.ts127 hiPerfEventRequest.xs,
DProcedureWorkerHeap.ts101 … drawLines(heapRequest.context, heapRequest.xs, heapRequest.frame.height, heapRequest.lineColor);
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerTimeline.ts102 xs: [],
274 this.range.xs?.forEach((it, i) => {
403 xs: Array<number>;
516 if (this.range.xs) {
517 this.range.xs.length = 0;
519 this.range.xs = [];
530 this.range.xs.push(timeLineStartX);
536 this.range.xs.push(timeLineStartX);
DProcedureWorker.ts182 req.xs = e.data.params.xs;
DProcedureWorkerEnergyState.ts120 energyStateRequest.xs,
129 energyStateRequest.xs,
DProcedureWorkerVirtualMemory.ts107 virtualMemoryRequest.xs,
DProcedureWorkerMem.ts100 drawLines(memRequest.context, memRequest.xs, memRequest.frame.height, memRequest.lineColor);
DProcedureWorkerCPU.ts41 …drawLines(cpuReqMessage.context, cpuReqMessage.xs, cpuReqMessage.frame.height, cpuReqMessage.lineC…
157 drawLines(cpuReq.context, cpuReq.xs, cpuReq.frame.height, cpuReq.lineColor);
DProcedureWorkerProcess.ts88 drawLines(processReq.context, processReq.xs, processReq.frame.height, processReq.lineColor);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts76 xs: Array<number>; property
229 if (this.range.xs) {
230 this.range.xs.length = 0;
232 this.range.xs = [];
244 this.range.xs.push(startX);
250 this.range.xs.push(startX);
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts80 xs: Array<number>; property
225 if (this.range.xs) {
226 this.range.xs.length = 0;
228 this.range.xs = [];
235 this.range.xs.push(rangeStartX);
241 this.range.xs.push(rangeStartX);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceRow.ts952 TraceRow.range?.xs.forEach((it) => {
1010 xs: TraceRow.range?.xs, //线条坐标信息
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts1011 TraceRow.range?.xs.forEach((it) => {
1069 xs: TraceRow.range?.xs, //线条坐标信息

123