Home
last modified time | relevance | path

Searched refs:PatchTime (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h43 #define RS_PROFILER_PATCH_TIME(time) time = RSProfiler::PatchTime(time)
159 RSB_EXPORT static uint64_t PatchTime(uint64_t time);
H A Drs_profiler_base.cpp240 uint64_t RSProfiler::PatchTime(uint64_t time) in PatchTime() function in RSProfiler
282 return PatchTime(time + g_transactionTimeCorrection); in PatchTransactionTime()
H A Drs_profiler.cpp700 return PatchTime(RawNowNano()); in OnParallelRenderBegin()
1912 const double recordPlayTime = Utils::ToSeconds(PatchTime(currentTime)) - g_playbackStartTime; in OnParallelRenderBegin()
1939 const double recordPlayTime = Utils::ToSeconds(PatchTime(currentTime)) - g_playbackStartTime; in OnParallelRenderBegin()

Completed in 6 milliseconds