Searched refs:fspItem (Results 1 – 2 of 2) sorted by relevance
698 for (let fspItem of this.fileStatisticsAnalysisProcessData) { variable699 if (fspItem.pid !== pid || fspItem.type !== type) {702 allDur += fspItem.dur;703 if (threadMap.has(fspItem.tid)) {704 threadMap.get(fspItem.tid)?.push(fspItem);707 itemArray.push(fspItem);708 threadMap.set(fspItem.tid, itemArray);
695 for (let fspItem of this.fileStatisticsAnalysisProcessData) { variable696 if (fspItem.pid !== pid || fspItem.type !== type) {699 allDur += fspItem.dur;700 if (threadMap.has(fspItem.tid)) {701 threadMap.get(fspItem.tid)?.push(fspItem);704 itemArray.push(fspItem);705 threadMap.set(fspItem.tid, itemArray);