Home
last modified time | relevance | path

Searched refs:currentTs (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFrameSpacing.test.ts49 currentTs: 11618846517,
64 currentTs: 11629160579,
79 currentTs: 11640114746,
114 currentTs: 11640114746,
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFrameSpacing.ts120 preFrameSpacing.currentTs,
121 currentStruct.currentTs,
127 …if (currentStruct.currentTs > TraceRow.range!.startNS && currentStruct.currentTs < TraceRow.range!…
221 if (item.currentTs >= currentRange.start && item.currentTs <= currentRange.end) {
227 item.currentTs < startNS &&
229 frameSpacingFilter[index + unitIndex].currentTs >= startNS &&
234 … if (item.currentTs >= startNS && item.currentTs <= endNS && item.groupId !== invalidGroupId) {
237 if (item.currentTs > endNS && item.groupId !== invalidGroupId) {
319 currentTs: number = 0; property in FrameSpacingStruct
340 let pointX = ns2x(frameSpacingNode.currentTs || 0, startNS, endNS, totalNS, row);
[all …]
DProcedureWorkerCommon.ts140 currentTs: number,
145 …let unitWidth = ((currentTs - preTs) * frameWidth) / (TraceRow.range!.endNS - TraceRow.range!.star…
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frame/
DTabFrameSpacing.ts69 frameSpacing.timestamp = Utils.getTimeString(Number(structValue.currentTs));
93 frameSpacing.currentTs = ((structValue.currentTs + startNS) / secondToNanosecond).toString();
201 currentTs: string | undefined; property in FrameSpacingTableStruct
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DFrameDynamicEffectReceiver.ts239 frameSpacing.currentTs[index] = itemData.currentTs;
261 currentTs: frameSpacing.currentTs.buffer,
280 frameSpacing.currentTs.buffer,
301 let intervalTime = (itemData.currentTs - lastIndexData.currentTs) / secondToNanosecond;
312 itemData.preTs = lastIndexData.currentTs;
335 currentTs: Float64Array; property in FrameSpacing
349 this.currentTs = new Float64Array(transfer ? len : data.params.sharedArrayBuffers.animationId);
DFrameDynamicEffectSender.ts146 currentTs: new SharedArrayBuffer(Float64Array.BYTES_PER_ELEMENT * MAX_COUNT),
184 let currentTs = new Float64Array(res.currentTs);
198 currentTs: currentTs[index],
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpFrameTimeChart.test.ts167 currentTs: 17535295995,
180 currentTs: 17546478287,
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/frame/
DTabFrameSpacing.test.ts28 currentTs: 4153254331,
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts722 a.currentTs >= b.startNS! && a.currentTs <= b.endNS!;