Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp214 std::map<uint32_t, uint32_t> opTypeCountMap; in CaculatePerformanceOpType() local
224 if (opTypeCountMap.find(type) != opTypeCountMap.end()) { in CaculatePerformanceOpType()
225 if (++opTypeCountMap[type] > caculatePerformaceCount) { in CaculatePerformanceOpType()
231 opTypeCountMap[type] = 1; // 记录出现的第1次 in CaculatePerformanceOpType()