Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp46 static uint64_t g_frameBeginTimestamp = 0u; variable
438 g_frameBeginTimestamp = RawNowNano(); in OnFrameBegin()
797 const uint64_t frameLengthNanosecs = RawNowNano() - g_frameBeginTimestamp; in RecordUpdate()
799 const double currentTime = g_frameBeginTimestamp * 1e-9; // Now(); in RecordUpdate()