Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp78 int64_t curSysTime = GetCurrentSystimeMs(); in ReportRSNodeLimitExceeded()
151 int64_t RSNodeStats::GetCurrentSystimeMs() const in GetCurrentSystimeMs() function in OHOS::Rosen::RSNodeStats
H A Drs_jank_stats.cpp69 rtStartTime_ = GetCurrentSystimeMs(); in SetStartTime()
142 rtLastEndTime_ = GetCurrentSystimeMs(); in UpdateEndTime()
153 rtEndTime_ = GetCurrentSystimeMs(); in UpdateEndTime()
319 int64_t reportTime = GetCurrentSystimeMs(); in ReportJankStats()
493 int64_t completedLatency = GetCurrentSystimeMs() - inputTime; in ReportEventComplete()
922 int64_t curSysTime = GetCurrentSystimeMs(); in ConvertTimeToSystime()
927 int64_t RSJankStats::GetCurrentSystimeMs() const in GetCurrentSystimeMs() function in OHOS::Rosen::RSJankStats
/ohos5.0/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.h171 int64_t GetCurrentSystimeMs() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp92 rsParams.timeStart_ = rsJankStats.GetCurrentSystimeMs();
94 rsParams.timeEnd_ = rsJankStats.GetCurrentSystimeMs();
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h495 int64_t GetCurrentSystimeMs() const;
H A Drs_main_thread.cpp2681 const int64_t onVsyncStartTime = GetCurrentSystimeMs(); in OnVsync()
2745 .timeEnd_ = GetCurrentSystimeMs(), in RSJankStatsOnVsyncEnd()
3554 const int64_t onVsyncStartTime = GetCurrentSystimeMs(); in ForceRefreshForUni()
4150 int64_t RSMainThread::GetCurrentSystimeMs() const in GetCurrentSystimeMs() function in OHOS::Rosen::RSMainThread