Home
last modified time | relevance | path

Searched refs:nowTime (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dsignature_tools_log.h56 std::time_t nowTime = std::chrono::system_clock::to_time_t(now); in GetSystemTime() local
57 std::tm* localTime = std::localtime(&nowTime); in GetSystemTime()
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dstalling_rate_trace.h60 double nowTime = 0; member in OHOS::SmartPerf::StallingRateTrace
/developtools/profiler/host/smartperf/client/client_command/
H A Dstalling_rate_trace.cpp205 nowTime = std::stod(SmartPerf::StallingRateTrace::GetOnScreenTimeStart(line)); in AppList()
206 GetFrameLossTime(nowTime, lastTime, roundTime, frameLossTime); in AppList()
208 lastTime = nowTime; in AppList()
H A Dsp_task.cpp489 long long nowTime = SPUtils::GetCurTime(); in DetectionAndGrab() local
495 startCaptuerTime > nowTime ? (LLONG_MAX - startCaptuerTime + nowTime) : (nowTime - startCaptuerTime); in DetectionAndGrab()
503 startCaptuerTime = nowTime; in DetectionAndGrab()

Completed in 3 milliseconds