Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp88 constexpr int CALC_PERF_NODE_TIME_COUNT_MAX = 4096; // max render tries member
89 static uint32_t g_effectiveNodeTimeCount = CALC_PERF_NODE_TIME_COUNT_MAX;
90 static uint64_t g_calcPerfNodeTime[CALC_PERF_NODE_TIME_COUNT_MAX];
1492 timeCount = CALC_PERF_NODE_TIME_COUNT_MAX; in OnParallelRenderBegin()
1494 if (timeCount > CALC_PERF_NODE_TIME_COUNT_MAX) { in OnParallelRenderBegin()
1495 timeCount = CALC_PERF_NODE_TIME_COUNT_MAX; in OnParallelRenderBegin()

Completed in 4 milliseconds