Searched refs:processThreadCountMap (Results 1 – 1 of 1) sorted by relevance
73 private processThreadCountMap: Map<number, number> = new Map(); property in SpProcessChart115 this.processThreadCountMap.clear();481 this.processThreadCountMap.set(it.pid, it.thread_count);532 (this.processThreadCountMap.get(it.pid) || 0) === 0 &&