Home
last modified time | relevance | path

Searched refs:g_profiler_msg_index (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.cpp45 static uint16_t g_profiler_msg_index = 0; variable
236 for (uint16_t i = 0; i < g_profiler_msg_index; i++) { in FlushProfilerMsg()
249 g_profiler_msg_index = 0; in FlushProfilerMsg()
354 if (g_profiler_msg_index == 0) { in Output()
360 if (g_profiler_msg_index >= PROFILER_MSG_LENGTH) { in Output()
370 if (strcpy_s(msg_[g_profiler_msg_index].msg, MSG_LENGTH, buf) != 0) { in Output()
374 g_profiler_msg_index++; in Output()