Home
last modified time | relevance | path

Searched refs:intersectData (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts29 import { intersectData, isExistPidInArray, setSelectState } from '../component/Utils';
313 this.dmaAbilityData.push(...intersectData(th)!);
315 this.gpuMemoryAbilityData.push(...intersectData(th)!);
317 this.purgeableTotalAbility.push(...intersectData(th));
319 this.purgeablePinAbility.push(...intersectData(th));
415 this.gpuMemoryTrackerData.push(...intersectData(item)!);
457 this.dmaVmTrackerData.push(...intersectData(th)!);
469 this.purgeableTotalVM.push(...intersectData(th));
471 this.purgeablePinVM.push(...intersectData(th));
482 this.smapsType.push(...intersectData(item)!);
[all …]
/developtools/smartperf_host/ide/src/trace/component/
DUtils.ts59 export function intersectData(row: TraceRow<any>): any[] { function
64 let intersectData = row.dataListCache.filter((struct: SnapshotStruct) => {
67 return intersectData;