Home
last modified time | relevance | path

Searched refs:GetCurrentSystimeMs (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp74 int64_t curSysTime = GetCurrentSystimeMs(); in ReportRSNodeLimitExceeded()
143 int64_t RSNodeStats::GetCurrentSystimeMs() const in GetCurrentSystimeMs() function in OHOS::Rosen::RSNodeStats
H A Drs_jank_stats.cpp68 rtStartTime_ = GetCurrentSystimeMs(); in SetStartTime()
143 rtLastEndTime_ = GetCurrentSystimeMs(); in UpdateEndTime()
154 rtEndTime_ = GetCurrentSystimeMs(); in UpdateEndTime()
320 int64_t reportTime = GetCurrentSystimeMs(); in ReportJankStats()
486 int64_t completedLatency = GetCurrentSystimeMs() - inputTime; in ReportEventComplete()
861 int64_t curSysTime = GetCurrentSystimeMs(); in ConvertTimeToSystime()
866 int64_t RSJankStats::GetCurrentSystimeMs() const in GetCurrentSystimeMs() function in OHOS::Rosen::RSJankStats
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_node_stats.h63 int64_t GetCurrentSystimeMs() const;
H A Drs_jank_stats.h166 int64_t GetCurrentSystimeMs() const;
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp60 static int64_t GetCurrentSystimeMs() in GetCurrentSystimeMs() function
75 int64_t curSysTime = GetCurrentSystimeMs(); in ConvertRealtimeToSystime()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp108 rsParams.timeStart_ = rsJankStats.GetCurrentSystimeMs(); in HWTEST_F()
110 rsParams.timeEnd_ = rsJankStats.GetCurrentSystimeMs(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h500 int64_t GetCurrentSystimeMs() const;
H A Drs_main_thread.cpp2714 const int64_t onVsyncStartTime = GetCurrentSystimeMs(); in OnVsync()
2780 .timeEnd_ = GetCurrentSystimeMs(), in RSJankStatsOnVsyncEnd()
4214 int64_t RSMainThread::GetCurrentSystimeMs() const

Completed in 12 milliseconds