Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp1417 void RSProfiler::CalcPerfNodePrepare(NodeId nodeId, uint32_t timeCount, bool excludeDown) in OnParallelRenderBegin() argument
1420 g_effectiveNodeTimeCount = timeCount; in OnParallelRenderBegin()
1488 uint32_t timeCount = args.Uint32(1); in OnParallelRenderBegin() local
1491 if (timeCount < CALC_PERF_NODE_TIME_COUNT_MIN) { in OnParallelRenderBegin()
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()
1505 g_effectiveNodeTimeCount = timeCount; in OnParallelRenderBegin()
H A Drs_profiler.h317 RSB_EXPORT static void CalcPerfNodePrepare(NodeId nodeId, uint32_t timeCount, bool excludeDown);

Completed in 5 milliseconds