Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.cpp196 msg_ = static_cast<ProfilerMsg *>(ace_malloc(PROFILER_MSG_LENGTH * sizeof(ProfilerMsg))); in PrepareDataBuffer()
274 if (memset_s(msg_, (PROFILER_MSG_LENGTH * sizeof(ProfilerMsg)), 0, in ResetData()
275 (PROFILER_MSG_LENGTH * sizeof(ProfilerMsg))) != 0) { in ResetData()
360 if (g_profiler_msg_index >= PROFILER_MSG_LENGTH) { in Output()
H A Djs_profiler.h240 static constexpr uint8_t PROFILER_MSG_LENGTH = 128; variable