Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.cpp215 uint32_t timestamp = JSProfiler::GetInstance()->GetCurrentClockTick(); in FlushProfilerMsg()
301 g_startOffset = GetCurrentClockTick(); in PushTrace()
314 data_[dataIndex].start = GetCurrentClockTick() - g_startOffset; in PushTrace()
339 data_[traceId].end = GetCurrentClockTick() - g_startOffset; in PopTrace()
391 uint64_t JSProfiler::GetCurrentClockTick() const in GetCurrentClockTick() function in OHOS::ACELite::JSProfiler
H A Djs_profiler.h201 uint64_t GetCurrentClockTick() const;