Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h236 RSB_EXPORT static std::string GetCommandParcelList(double recordStartTime);
244 RSB_EXPORT static void SetTransactionTimeCorrection(double replayStartTime, double recordStartTime);
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()
882 std::string RSProfiler::GetCommandParcelList(double recordStartTime) in GetCommandParcelList() argument

Completed in 4 milliseconds