Lines Matching refs:selection
427 let selection = new SelectionParam();
428 selection.cpuStateRowsId = sp.stateRowsId;
429 selection.leftNs = TraceRow.rangeSelectObject?.startNS || 0;
430 selection.rightNs = TraceRow.rangeSelectObject?.endNS || 0;
431 selection.recordStartNs = (window as any).recordStartNS;
433 selection.pushSelection(it, sp);
442 if (selection.diskIOipids.length > 0 && !selection.diskIOLatency) {
443 selection.promiseList.push(
447 selection.diskIOipids
450 selection.fsCount = res[0].fsCount;
451 selection.vmCount = res[0].vmCount;
461 if (selection.promiseList.length > 0) {
462 Promise.all(selection.promiseList).then(() => {
463 selection.promiseList = [];
464 sp.traceSheetEL?.rangeSelect(selection);
467 sp.traceSheetEL?.rangeSelect(selection);
469 sp.timerShaftEL!.selectionList.push(selection); // 保持选中对象,为后面的再次选中该框选区域做准备。
470 sp.selectionParam = selection;