Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts81 private distributedDataMap: Map< property in SpProcessChart
122 this.distributedDataMap.clear();
504 this.distributedDataMap.set(`${item.id}_${traceId}`, {
1300 if (fun.id && this.distributedDataMap.has(`${fun.id}_${this.traceId}`)) {
1301 let distributedData = this.distributedDataMap.get(`${fun.id}_${this.traceId}`);