Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.ts95 const samplesIds = this.findSamplesIds(chartData, [], []); constant
96 for (const id of samplesIds) {
129 samplesIds: Array<number>
134 samplesIds.push(...data.samplesIds);
136 this.findSamplesIds(data.children, lastLayerData, samplesIds);
139 return samplesIds;
402 lastCallTreeSymbol.samplesIds.push(sample.id);
463 chartFrame.samplesIds.push(sample.id);
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.test.ts74 samplesIds: [],
93 samplesIds: [],
/developtools/smartperf_host/ide/src/trace/bean/
DJsStruct.ts61 samplesIds: Array<number>; property in JsCpuProfilerChartFrame
81 this.samplesIds = new Array<number>();
/developtools/smartperf_host/ide/test/trace/bean/
DJsStruct.test.ts73 samplesIds: [],