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.cpp38 std::string time = std::to_string(SPUtils::GetCurTime()); in ThreadGetTrace()
51 long long curTime = SPUtils::GetCurTime(); in CheckFpsJitters()
Dsp_task.cpp89 startTime = SPUtils::GetCurTime(); in StartTask()
97 long long lastTime = SPUtils::GetCurTime(); in StartTask()
109 long long nextTime = SPUtils::GetCurTime(); in StartTask()
131 long long endTime = SPUtils::GetCurTime(); in StopTask()
Dsmartperf_command.cpp131 long long lastTime = SPUtils::GetCurTime(); in ExecCommand()
133 long long timestamp = SPUtils::GetCurTime(); in ExecCommand()
156 long long nextTime = SPUtils::GetCurTime(); in ExecCommand()
DCapture.cpp33 long long curTime = SPUtils::GetCurTime(); in ItemData()
Dsp_utils.cpp188 long long SPUtils::GetCurTime() in GetCurTime() function in OHOS::SmartPerf::SPUtils
DFPS.cpp53 Capture::GetInstance().TriggerGetCatch(SPUtils::GetCurTime()); in ItemData()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_utils.h107 long long GetCurTime();