Home
last modified time | relevance | path

Searched refs:curSysTime (Results 1 – 6 of 6) 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() local
81 (curSysTime - lastReportTime_ <= REPORT_INTERVAL_LIMIT || in ReportRSNodeLimitExceeded()
93 … nodeInfoTop2.first.c_str(), nodeInfoTop3.second, nodeInfoTop3.first.c_str(), curSysTime); in ReportRSNodeLimitExceeded()
95 …rsNodeLimit, rsNodeCountTotal, curSysTime, appWindowTotal, nodeInfoTop1, nodeInfoTop2, nodeInfoTop… in ReportRSNodeLimitExceeded()
102 "TIMESTAMP", static_cast<uint64_t>(curSysTime), in ReportRSNodeLimitExceeded()
111 lastReportTime_ = curSysTime; in ReportRSNodeLimitExceeded()
154 int64_t curSysTime = std::chrono::duration_cast<std::chrono::milliseconds>(curTime).count(); in GetCurrentSystimeMs() local
155 return curSysTime; in GetCurrentSystimeMs()
H A Drs_jank_stats.cpp922 int64_t curSysTime = GetCurrentSystimeMs(); in ConvertTimeToSystime() local
923 int64_t sysTime = curSysTime - (nowTime - time) / MS_TO_NS; in ConvertTimeToSystime()
930 int64_t curSysTime = std::chrono::duration_cast<std::chrono::milliseconds>(curTime).count(); in GetCurrentSystimeMs() local
931 return curSysTime; in GetCurrentSystimeMs()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp985 int64_t curSysTime = GetCurSysTime(); in OnProcessEventComplete() local
990 it->stopTime = curSysTime; in OnProcessEventComplete()
1009 int64_t curSysTime = GetCurSysTime(); in PrepareCurrentFrameEvent() local
1023 ((curSysTime > it->stopTime) && (curSysTime - it->stopTime) > EVENT_STOP_TIMEOUT)) { in PrepareCurrentFrameEvent()
1028 … if ((curSysTime > it->startTime) && (curSysTime - it->startTime) > EVENT_START_TIMEOUT) { in PrepareCurrentFrameEvent()
H A Drs_main_thread.cpp4153 int64_t curSysTime = std::chrono::duration_cast<std::chrono::milliseconds>(curTime).count(); in GetCurrentSystimeMs() local
4154 return curSysTime; in GetCurrentSystimeMs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp75 int64_t curSysTime = GetCurrentSystimeMs(); in ConvertRealtimeToSystime() local
76 sysTime = curSysTime - (curRealTime - realTime) / NS_TO_MS; in ConvertRealtimeToSystime()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp1141 int64_t curSysTime = GetCurSysTime(); variable
1166 eventInfo.stopTime = curSysTime;
1171 eventInfo.startTime = curSysTime;