Home
last modified time | relevance | path

Searched refs:replayStartTime (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp876 void RSProfiler::SetTransactionTimeCorrection(double replayStartTime, double recordStartTime) in SetTransactionTimeCorrection() argument
878 g_transactionTimeCorrection = static_cast<int64_t>((replayStartTime - recordStartTime) * NS_TO_S); in SetTransactionTimeCorrection()
879 g_replayStartTimeNano = replayStartTime * NS_TO_S; in SetTransactionTimeCorrection()
H A Drs_profiler.h244 RSB_EXPORT static void SetTransactionTimeCorrection(double replayStartTime, double recordStartTime);

Completed in 4 milliseconds