Home
last modified time | relevance | path

Searched refs:Now (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_beta_recorder.cpp59 return (Now() - g_inactiveTimestamp) > INACTIVITY_THRESHOLD_SECONDS; in IsBetaRecordInactive()
123 g_inactiveTimestamp = Now(); in StartBetaRecord()
124 g_recordsTimestamp = Now(); in StartBetaRecord()
153 const auto recordLength = Now() - g_recordsTimestamp; in SaveBetaRecord()
180 g_inactiveTimestamp = Now(); in UpdateBetaRecord()
194 g_recordsTimestamp = Now(); in OpenBetaRecordFile()
H A Drs_profiler.cpp242 const double deltaTime = Now() - g_recordStartTime; in OnRemoteRequest()
549 const double recordPlayTime = Now() - g_playbackStartTime; in OnParallelRenderBegin()
695 return Utils::Now(); in OnParallelRenderBegin()
703 double RSProfiler::Now() in OnParallelRenderBegin() function in OHOS::Rosen::RSProfiler
1119 " time=" + std::to_string(Now()) + "\n"; in OnParallelRenderBegin()
1193 " time=" + std::to_string(Now()) + "\n"; in OnParallelRenderBegin()
1629 g_recordStartTime = Now(); in OnParallelRenderBegin()
1639 SendTelemetry(Now() - g_recordStartTime); in OnParallelRenderBegin()
1778 g_playbackStartTime = Now(); in OnParallelRenderBegin()
1797 const double deltaTime = Now() in OnParallelRenderBegin()
[all...]
H A Drs_profiler_utils.h39 static uint64_t Now();
H A Drs_profiler_utils.cpp40 uint64_t Utils::Now() in Now() function in OHOS::Rosen::Utils
H A Drs_profiler.h323 static double Now();
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_one_shot_timer.cpp111 auto expireTime = clock_->Now() + interval_; in Loop()
122 expireTime = clock_->Now() + interval_; in Loop()
137 return (expireTime - clock_->Now()) <= ZERO; in CheckTimerExpired()
206 resetTimePoint_.store(clock_->Now()); in Reset()
213 resetTimePoint_.load() + interval_ - clock_->Now()); in Loop()
H A Dhgm_one_shot_timer.h30 static std::chrono::steady_clock::time_point Now() in Now() function in OHOS::Rosen::ChronoSteadyClock
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vsync_rate_reduce_manager.cpp99 curTime_ = Now(); in FrameDurationBegin()
108 float val = static_cast<float>(Now() - curTime_) / static_cast<float>(oneFramePeriod_); in FrameDurationEnd()
376 uint64_t RSVsyncRateReduceManager::Now() in Now() function in OHOS::Rosen::RSVsyncRateReduceManager
H A Drs_vsync_rate_reduce_manager.h83 uint64_t Now();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_utils_test.cpp41 EXPECT_NE(Utils::Now(), 0); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp440 int64_t Now() in Now() function
453 event_.timestamp = Now(); in WaitForVsyncOrTimeOut()

Completed in 10 milliseconds