Home
last modified time | relevance | path

Searched refs:samplesIds (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DArkTsReceiver.ts36 samplesIds: Array<Array<number>>; constant
43 samplesIds: [],
230 chartFrame.samplesIds.push(sample.id);
260 lastCallTreeSymbol.samplesIds.push(sample.id);
300 jsDataCache.samplesIds.push([...item.samplesIds]);
329 arkTs.samplesIds[i] = [...dataFilter.samplesIds[i]];
359 samplesIds: arkTs.samplesIds,
405 jsDataCache.samplesIds = [];
421 samplesIds: Array<unknown>; property in ArkTS
436 this.samplesIds = [];
DArkTsSender.ts82 samplesIds: res.samplesIds[i],
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.ts126 const samplesIds = this.findSamplesIds(chartData, [], []); constant
127 for (const id of samplesIds) {
160 samplesIds: Array<number>
165 samplesIds.push(...data.samplesIds);
167 this.findSamplesIds(data.children, lastLayerData, samplesIds);
170 return samplesIds;
/developtools/smartperf_host/ide/src/trace/bean/
DJsStruct.ts60 samplesIds: Array<number>; property in JsCpuProfilerChartFrame
82 this.samplesIds = new Array<number>();
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.test.ts76 samplesIds: [],
93 samplesIds: [],
/developtools/smartperf_host/ide/test/trace/database/data-trafic/
DArkTsSender.test.ts33 samplesIds: [[1, 2], [3, 4]],
/developtools/smartperf_host/ide/test/trace/bean/
DJsStruct.test.ts72 samplesIds: [],