Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dhitrace_helper.h22 #define HITRACE_HELPER_COUNT_TRACE(msg, count) CountTrace(HITRACE_TAG_COMMONLIBRARY, msg, count) macro
27 #define HITRACE_HELPER_COUNT_TRACE(msg, count) macro
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp132 HITRACE_HELPER_COUNT_TRACE("timeoutThreadNum", timeoutWorkers); in CountTraceForWorker()
133 HITRACE_HELPER_COUNT_TRACE("threadNum", threadNum); in CountTraceForWorker()
134 HITRACE_HELPER_COUNT_TRACE("runningThreadNum", threadNum - idleWorkers); in CountTraceForWorker()
135 HITRACE_HELPER_COUNT_TRACE("idleThreadNum", idleWorkers); in CountTraceForWorker()

Completed in 4 milliseconds