Searched refs:histogramMap (Results 1 – 1 of 1) sorted by relevance
227 private histogramMap: Map<string, HistogramStatistics> = new Map<string, HistogramStatistics>(); property in CompilerStatistics247 this.histogramMap.set(pg.internalName, histogram);254 this.histogramMap.forEach((histogram, funcName) => {