Searched refs:opTypeCountMap (Results 1 – 1 of 1) sorted by relevance
214 std::map<uint32_t, uint32_t> opTypeCountMap; in CaculatePerformanceOpType() local224 if (opTypeCountMap.find(type) != opTypeCountMap.end()) { in CaculatePerformanceOpType()225 if (++opTypeCountMap[type] > caculatePerformaceCount) { in CaculatePerformanceOpType()231 opTypeCountMap[type] = 1; // 记录出现的第1次 in CaculatePerformanceOpType()