Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp89 static uint32_t g_effectiveNodeTimeCount = CALC_PERF_NODE_TIME_COUNT_MAX; member
601 if (g_calcPerfNodeTry < g_effectiveNodeTimeCount) { in OnParallelRenderBegin()
606 std::sort(g_calcPerfNodeTime, g_calcPerfNodeTime + g_effectiveNodeTimeCount); in OnParallelRenderBegin()
608 const uint16_t startCnt = g_effectiveNodeTimeCount / 4; in OnParallelRenderBegin()
609 const uint16_t endCnt = g_effectiveNodeTimeCount - startCnt; in OnParallelRenderBegin()
626 " inMS=" + std::to_string(avgValue / nanoToMs) + " tries=" + std::to_string(g_effectiveNodeTimeCount)); in OnParallelRenderBegin()
629 " inMS=" + std::to_string(avgValue / nanoToMs) + " tries=" + std::to_string(g_effectiveNodeTimeCount)); in OnParallelRenderBegin()
1420 g_effectiveNodeTimeCount = timeCount; in OnParallelRenderBegin()
1505 g_effectiveNodeTimeCount = timeCount; in OnParallelRenderBegin()
1535 g_effectiveNodeTimeCount in OnParallelRenderBegin()
[all...]

Completed in 3 milliseconds