Home
last modified time | relevance | path

Searched refs:GetCurTime (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DByTrace.cpp41 std::string time = std::to_string(SPUtils::GetCurTime()); in ThreadGetTrace()
55 long long curTime = SPUtils::GetCurTime(); in CheckFpsJitters()
Dsmartperf_command.cpp139 long long lastTime = SPUtils::GetCurTime(); in ExecCommand()
141 long long timestamp = SPUtils::GetCurTime(); in ExecCommand()
164 long long nextTime = SPUtils::GetCurTime(); in ExecCommand()
DGpuCounter.cpp45 …std::string newFileName = constOutDestCVSPrefix + "_" + std::to_string(SPUtils::GetCurTime()) + ".… in ItemData()
150 startCaptureTime = SPUtils::GetCurTime(); in Start()
163 long long nowTime = SPUtils::GetCurTime(); in Check()
Dsp_task.cpp197 startTime = SPUtils::GetCurTime(); in StartTask()
203 long long lastTime = SPUtils::GetCurTime(); in StartTask()
223 long long nextTime = SPUtils::GetCurTime(); in StartTask()
247 long long endTime = SPUtils::GetCurTime(); in StopTask()
298 startCaptuerTime = SPUtils::GetCurTime(); in DetectionAndGrab()
302 long long nowTime = SPUtils::GetCurTime(); in DetectionAndGrab()
DCapture.cpp38 long long curTime = SPUtils::GetCurTime(); in ItemData()
Dsp_utils.cpp193 long long SPUtils::GetCurTime() in GetCurTime() function in OHOS::SmartPerf::SPUtils
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_utils.h108 long long GetCurTime();