| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerCpuState.ts | 68 if (first.startTs > 0) { 70 cs.startTs = 0; 72 cs.dur = first.startTs; 73 cs.endTs = first.startTs; 80 if (current.startTs > last.endTs) { 82 cs.startTs = last.endTs; 84 cs.dur = current.startTs - last.endTs; 85 cs.endTs = current.startTs; 96 startTs: number = 0; property in CpuState
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerLog.ts | 65 …if ((logFilter[i].startTs || 0) + (logFilter[i].dur || 0) >= startNS && (logFilter[i].startTs || 0… 88 … if ((itemLog.startTs ?? 0) + (itemLog.dur ?? 0) >= startNS && (itemLog.startTs ?? 0) <= endNS) { 94 let pre = ns2x(preData.startTs ?? 0, startNS, endNS, totalNS, frame); 95 let current = ns2x(itemLog.startTs || 0, startNS, endNS, totalNS, frame); 126 startTs: number | undefined; property in LogStruct 143 if ((logNode.startTs || 0) > startNS && (logNode.startTs || 0) <= endNS) { 144 x1 = ns2x(logNode.startTs || 0, startNS, endNS, totalNS, frame); 148 …if ((logNode.startTs || 0) + (logNode.dur || 0) > startNS && (logNode.startTs || 0) + (logNode.dur… 149 x2 = ns2x((logNode.startTs || 0) + (logNode.dur || 0), startNS, endNS, totalNS, frame); 177 LogStruct.selectLogStruct.startTs === data.startTs &&
|
| D | ProcedureWorkerHiSysEvent.ts | 85 if ((item.startTs || 0) + (item.dur || 0) >= startNS && (item.startTs || 0) <= endNS) { 97 if ((item.startTs || 0) + (item.dur || 0) >= startNS && (item.startTs || 0) <= endNS) { 112 startTs: number | undefined; property in HiSysEventStruct 132 if ((sysEventNode.startTs || 0) >= startNS && (sysEventNode.startTs || 0) <= endNS) { 133 x1 = ns2x(sysEventNode.startTs || 0, startNS, endNS, totalNS, frame); 138 (sysEventNode.startTs || 0) + (sysEventNode.dur || 0) >= startNS && 139 (sysEventNode.startTs || 0) + (sysEventNode.dur || 0) <= endNS 141 … x2 = ns2x((sysEventNode.startTs || 0) + (sysEventNode.dur || 0), startNS, endNS, totalNS, frame);
|
| D | ProcedureWorkerFunc.ts | 96 …if ((funcFilter[i].startTs || 0) + (funcFilter[i].dur || 0) >= startNS && (funcFilter[i].startTs |… 109 (it.startTs ?? 0) + (it.dur ?? 0) >= startNS && 110 (it.startTs ?? 0) <= endNS && 134 sp.timerShaftEL?.drawTriangle(FuncStruct.selectFuncStruct!.startTs || 0, 'inverted'); 161 if ((funcNode.startTs || 0) > startNS && (funcNode.startTs || 0) <= endNS) { 162 x1 = ns2x(funcNode.startTs || 0, startNS, endNS, totalNS, frame); 167 (funcNode.startTs || 0) + (funcNode.dur || 0) > startNS && 168 (funcNode.startTs || 0) + (funcNode.dur || 0) <= endNS 170 x2 = ns2x((funcNode.startTs || 0) + (funcNode.dur || 0), startNS, endNS, totalNS, frame); 205 data.startTs == FuncStruct.selectFuncStruct?.startTs&& [all …]
|
| D | ProcedureWorkerSoInit.ts | 83 …if ((soFilter[i].startTs || 0) + (soFilter[i].dur || 0) >= startNS && (soFilter[i].startTs || 0) <… 94 .filter((it) => (it.startTs ?? 0) + (it.dur ?? 0) >= startNS && (it.startTs ?? 0) <= endNS) 131 startTs: number | undefined; property in SoStruct 140 if ((soNode.startTs || 0) > startNS && (soNode.startTs || 0) < endNS) { 141 x1 = ns2x(soNode.startTs || 0, startNS, endNS, totalNS, frame); 145 …if ((soNode.startTs || 0) + (soNode.dur || 0) > startNS && (soNode.startTs || 0) + (soNode.dur || … 146 x2 = ns2x((soNode.startTs || 0) + (soNode.dur || 0), startNS, endNS, totalNS, frame);
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpAllAppStartups.ts | 70 let maxStartTs: number | undefined = tmpResArr[0].startTs; 71 let minStartTs: number | undefined = tmpResArr[0].startTs; 73 let endTs: number | undefined = tmpResArr[0].startTs; 76 if (Number(tmpResArr[j].startTs) > Number(maxStartTs)) { 77 maxStartTs = tmpResArr[j].startTs; 78 } else if (Number(tmpResArr[j].startTs) < Number(minStartTs)) { 79 minStartTs = tmpResArr[j].startTs; 83 if (item.startTs == maxStartTs) { 84 endTs = Number(item.startTs) + Number(item.dur); 89 minStartTs = tmpResArr[0].startTs; [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/process/ |
| D | TabPaneStartup.test.ts | 46 startTs: 5651745832, 53 startTs: 5690399999, 60 startTs: 5734019791, 67 startTs: 5757214061, 74 startTs: 5872893228, 81 startTs: 5968040103,
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hilog/ |
| D | TabPaneHilogSummary.test.ts | 37 startTs: 33872275426, 49 startTs: 33874375717, 61 startTs: 33878711051, 73 startTs: 33885632885, 85 startTs: 33889724969, 97 startTs: 33892044011,
|
| D | TabPaneHilogs.test.ts | 76 startTs: 33872275426, 88 startTs: 33874375717, 100 startTs: 33878711051, 112 startTs: 33885632885, 124 startTs: 33889724969, 136 startTs: 33892044011, 150 startTs: 25,
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.test.ts | 39 startTs: 110, 76 startTs: 0, 91 startTs: 540, 108 startTs: 369, 142 startTs: 960, 158 startTs: 4, 174 startTs: 5, 204 startTs: 2, 223 startTs: 11111, 235 startTs: 1, [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/ |
| D | LogDataReceiver.ts | 63 let startTs = new Float64Array(transfer ? res.length : data.params.sharedArrayBuffers.startTs); 71 startTs[index] = it.startTs; 85 startTs: startTs.buffer, 95 transfer ? [id.buffer, startTs.buffer, pid.buffer, tid.buffer, dur.buffer, depth.buffer] : []
|
| D | LogDataSender.ts | 26 startTs: new SharedArrayBuffer(Float64Array.BYTES_PER_ELEMENT * MAX_COUNT), 56 let startTs = new Float64Array(res.startTs); 64 startTs: startTs[index],
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/cpu/ |
| D | CpuStateReceiver.ts | 60 list[i].dur = data.params.recordEndNS - data.params.recordStartNS - list[i].startTs; 79 let startTs = new Float64Array(transfer ? res.length : data.params.sharedArrayBuffers.startTs); 85 startTs[i] = it.startTs; 96 startTs: startTs.buffer, 104 transfer ? [startTs.buffer, dur.buffer, value.buffer] : []
|
| D | CpuStateSender.ts | 26 startTs: new SharedArrayBuffer(Float64Array.BYTES_PER_ELEMENT * MAX_COUNT), 52 let startTs = new Float64Array(res.startTs); 61 startTs: startTs[i],
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/process/ |
| D | FuncDataReceiver.ts | 70 list[i].dur = data.params.endNS - list[i].startTs; 92 let startTs = new Float64Array(transfer ? res.length : data.params.sharedArrayBuffers.startTs); 99 startTs[i] = it.startTs; 111 startTs: startTs.buffer, 122 transfer ? [startTs.buffer, dur.buffer, argsetid.buffer, depth.buffer, id.buffer] : []
|
| D | ProcessSoInitDataReceiver.ts | 40 let startTs = new Float64Array(transfer ? res.length : data.params.sharedArrayBuffers.startTs); 50 startTs[i] = it.startTime || 0; 65 startTs: startTs.buffer, 75 …transfer ? [dur.buffer, startTs.buffer, pid.buffer, tid.buffer, itid.buffer, depth.buffer, id.buff…
|
| D | FuncDataSender.ts | 24 startTs: new SharedArrayBuffer(Float64Array.BYTES_PER_ELEMENT * MAX_COUNT), 58 let startTs = new Float64Array(buffers.startTs); 65 startTs: startTs[i],
|
| D | ProcessDeliverInputEventDataReceiver.ts | 59 processDeliverInputEvent.startTs[i] = it.startTs; 81 startTs: processDeliverInputEvent.startTs.buffer, 98 processDeliverInputEvent.startTs.buffer, 114 startTs: Float64Array; property in ProcessDeliverInputEvent 126 this.startTs = new Float64Array(transfer ? len : data.params.sharedArrayBuffers.startTs);
|
| D | ProcessSoInitDataSender.ts | 29 startTs: new SharedArrayBuffer(Float64Array.BYTES_PER_ELEMENT * MAX_COUNT), 61 let startTs = new Float64Array(buffers.startTs); 70 startTs: startTs[i],
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/ |
| D | HiperfCallChartReceiver.ts | 19 startTs: number; property 27 startTs: Array<number>; 43 startTs: [], 74 res[i - 1].dur = res[i].startTs - res[i - 1].startTs; 76 res[i - 1].dur = data.params.endNS - res[i - 1].startTs; 80 res[i].dur = data.params.endNS - res[i].startTs; 120 dataCache.startTs.push(item.startTime); 154 let len = dataFilter.startTs.length; 157 perfCallChart.startTs[i] = dataFilter.startTs[i]; 176 startTs: perfCallChart.startTs.buffer, [all …]
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerSoInit.test.ts | 35 startTs: 520, 48 startTs: 32, 70 startTs: 50, 95 startTs: 50, 112 startTs: 3200,
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/ |
| D | ProcedureWorkerCpuState.ts | 93 if (list[j].startTs <= endNS && jb) { 97 if (list[i].startTs + list[i].dur >= startNS && ib) { 118 let c = slice[i].startTs - slice[i - 1].startTs - slice[i - 1].dur; 136 (cpuStateRes[i].startTs || 0) + (cpuStateRes[i].dur || 0) >= startNS && 137 (cpuStateRes[i].startTs || 0) <= endNS 185 startTs: number | undefined; 222 cpuStateNode.frame.x = Math.floor(((cpuStateNode.startTs || 0) - startNS) / pns); 228 … ((cpuStateNode.startTs || 0) + (cpuStateNode.dur || 0) - startNS) / pns - cpuStateNode.frame.x 237 if ((cpuStateNode.startTs || 0) < startNS) { 240 x1 = ns2x(cpuStateNode.startTs || 0, startNS, endNS, totalNS, frame); [all …]
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | FuncStruct.test.ts | 57 startTs: 10, 67 startTs: 10, 78 startTs: 10, 88 startTs: 20,
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerCpuState.test.ts | 30 startTs: 1, 36 { dur: 1, endTs: 1, startTs: 0, value: 3 }, 37 { endTs: 1, length: 1, startTs: 1 }, 56 startTs: 0,
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/ |
| D | TabPaneTaskFrames.test.ts | 57 startTs: 26020542893000, 70 startTs: 26020550419000, 83 startTs: 26020550826000, 315 startTs: 5628901000, 330 startTs: 5627706000, 344 startTs: 10629030000, 393 startTs: 5628901000, 411 startTs: 5636834000, 444 startTs: 625142000, 482 startTs: 10628950000, [all …]
|