Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp957 uint32_t drawCmdListCount = CalcNodeCmdListCount(*node); in PerfTreeFlatten() local
967 drawCmdListCount += PerfTreeFlatten(child, nodeSet, mapNode2Count, depth + 1); in PerfTreeFlatten()
973 if (drawCmdListCount > 0) { in PerfTreeFlatten()
974 mapNode2Count[node->id_] = drawCmdListCount; in PerfTreeFlatten()
976 return drawCmdListCount; in PerfTreeFlatten()

Completed in 2 milliseconds