Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp928 int drawCmdListCount = nodeCmdListCount; in PerfTreeFlatten() local
933 drawCmdListCount += PerfTreeFlatten(*child, nodeSet, mapNode2Count); in PerfTreeFlatten()
940 drawCmdListCount += PerfTreeFlatten(*child, nodeSet, mapNode2Count); in PerfTreeFlatten()
945 if (drawCmdListCount > 0) { in PerfTreeFlatten()
946 mapNode2Count[node.id_] = drawCmdListCount; in PerfTreeFlatten()
951 return drawCmdListCount; in PerfTreeFlatten()