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 D | rs_node_stats.cpp | 78 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 D | rs_jank_stats.cpp | 922 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 D | rs_uifirst_manager.cpp | 985 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 D | rs_main_thread.cpp | 4153 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 D | perf_monitor.cpp | 75 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 D | rs_uifirst_manager_test.cpp | 1141 int64_t curSysTime = GetCurSysTime(); variable 1166 eventInfo.stopTime = curSysTime; 1171 eventInfo.startTime = curSysTime;
|