Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts227 private histogramMap: Map<string, HistogramStatistics> = new Map<string, HistogramStatistics>(); property in CompilerStatistics
247 this.histogramMap.set(pg.internalName, histogram);
254 this.histogramMap.forEach((histogram, funcName) => {