Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp392 inline int64_t GetTimeStampNow() in GetTimeStampNow() function
596 frameTimes_.begin = GetTimeStampNow(); in RenderFrameImpl()
748 frameTimes_.beginBackend = GetTimeStampNow(); in RenderFrameBackendImpl()
750 frameTimes_.endBackend = GetTimeStampNow(); in RenderFrameBackendImpl()
788 frameTimes_.beginBackendPresent = GetTimeStampNow(); in RenderFramePresentImpl()
790 frameTimes_.endBackendPresent = GetTimeStampNow(); in RenderFramePresentImpl()
979 frameTimes_.end = GetTimeStampNow(); in ProcessTimeStampEnd()