Home
last modified time | relevance | path

Searched refs:curSysTime (Results 1 - 6 of 6) 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() local
77 (curSysTime - lastReportTime_ <= REPORT_INTERVAL_LIMIT || in ReportRSNodeLimitExceeded()
88 nodeInfoTop2.first.c_str(), nodeInfoTop3.second, nodeInfoTop3.first.c_str(), curSysTime); in ReportRSNodeLimitExceeded()
94 "TIMESTAMP", static_cast<uint64_t>(curSysTime), in ReportRSNodeLimitExceeded()
102 lastReportTime_ = curSysTime; in ReportRSNodeLimitExceeded()
146 int64_t curSysTime = std::chrono::duration_cast<std::chrono::milliseconds>(curTime).count(); in GetCurrentSystimeMs() local
147 return curSysTime; in GetCurrentSystimeMs()
H A Drs_jank_stats.cpp861 int64_t curSysTime = GetCurrentSystimeMs(); in ConvertTimeToSystime() local
862 int64_t sysTime = curSysTime - (nowTime - time) / MS_TO_NS; in ConvertTimeToSystime()
869 int64_t curSysTime = std::chrono::duration_cast<std::chrono::milliseconds>(curTime).count(); in GetCurrentSystimeMs() local
870 return curSysTime; in GetCurrentSystimeMs()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1040 int64_t curSysTime = GetCurSysTime(); in OnProcessEventComplete() local
1045 it->stopTime = curSysTime; in OnProcessEventComplete()
1064 int64_t curSysTime = GetCurSysTime(); in PrepareCurrentFrameEvent() local
1078 ((curSysTime > it->stopTime) && (curSysTime - it->stopTime) > EVENT_STOP_TIMEOUT)) { in PrepareCurrentFrameEvent()
1083 if ((curSysTime > it->startTime) && (curSysTime - it->startTime) > EVENT_START_TIMEOUT) { in PrepareCurrentFrameEvent()
H A Drs_main_thread.cpp4217 int64_t curSysTime = std::chrono::duration_cast<std::chrono::milliseconds>(curTime).count();
4218 return curSysTime;
/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()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp1192 int64_t curSysTime = GetCurSysTime(); in HWTEST_F() local
1217 eventInfo.stopTime = curSysTime; in HWTEST_F()
1222 eventInfo.startTime = curSysTime; in HWTEST_F()

Completed in 17 milliseconds