Home
last modified time | relevance | path

Searched refs:curTime (Results 1 - 12 of 12) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
H A DByTrace.cpp54 long long curTime = SPUtils::GetCurTime(); in CheckFpsJitters() local
59 TriggerCatch(curTime); in CheckFpsJitters()
63 if ((curTime - lastTriggerTime) / 1e3 > interval && currentTrigger == 1) { in CheckFpsJitters()
68 void ByTrace::TriggerCatch(long long curTime) const in TriggerCatch()
70 if ((curTime - lastTriggerTime) / 1e3 > interval && !CheckHitraceId()) { in TriggerCatch()
73 lastTriggerTime = curTime; in TriggerCatch()
H A DFPS.cpp59 LOGI("result.curTime: %s", std::to_string(fpsInfoResult.curTime).c_str()); in ItemData()
105 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, prevResultFpsInfo.curTime); in GetDiffLayersFpsInfo()
126 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, prevResultFpsInfo.curTime); in GetFpsInfo()
190 fpsInfo.curTime = static_cast<int>(time1.tv_sec - 1); in ReadDataFromPipe()
192 LOGI("FPS:fpsInfo.curTime: %d", fpsInfo.curTime); in ReadDataFromPipe()
219 std::string fpsCurTime = std::to_string(fpsInfo.curTime); in CalcFpsAndJitters()
H A Dprofiler_fps.cpp60 LOGI("ProfilerFPS.result.curTime: %s", std::to_string(finalResult.curTime).c_str()); in ItemData()
133 OHOS::SmartPerf::SPUtils::GetCurrentTime(ten, lastFpsInfoResult.curTime); in GetResultFPS()
292 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, lastFpsInfoResult.curTime); in GetFpsInfo()
297 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, lastFpsInfoResult.curTime); in GetFpsInfo()
343 fpsInfo.curTime = static_cast<int>(time1.tv_sec - 1); in GetSurfaceFrame()
345 LOGI("ProfilerFPS fpsInfo.curTime: %d", fpsInfo.curTime); in GetSurfaceFrame()
366 std::string fpsCurTime = std::to_string(fpsInfo.curTime); in CalcFpsAndJitters()
422 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, lastFpsInfoResult.curTime); in selfRerderLayers()
[all...]
H A DCapture.cpp39 curTime = GetCurTimes(); in ItemData()
40 std::string screenCapPath = "data/local/tmp/capture/screenCap_" + std::to_string(curTime); in ItemData()
46 TriggerGetCatchSocket(curTime); in ItemData()
74 const std::string savePath = captureDir + "/screenCap_" + std::to_string(curTime) + ".png"; in ThreadGetCatch()
H A Dstalling_rate_trace.cpp215 void StallingRateTrace::GetFrameLossTime(double curTime, double prevTime, double drawTime, double &totalFrameLossTime) in GetFrameLossTime() argument
217 if ((curTime - prevTime) > drawTime && prevTime != 0) { in GetFrameLossTime()
218 double diffTime = (curTime - prevTime) - drawTime; in GetFrameLossTime()
/developtools/profiler/host/smartperf/client/client_command/include/
H A DFPS.h26 int curTime; member
31 curTime = 0; in Clear()
52 curTime = 0; in FpsInfo()
H A Dprofiler_fps.h26 int curTime; member
54 curTime = 0; in FpsInfoProfiler()
H A DByTrace.h34 void TriggerCatch(long long curTime) const;
H A DCapture.h43 long long curTime = 0.0; member in OHOS::SmartPerf::Capture
H A Dstalling_rate_trace.h42 void GetFrameLossTime(double curTime, double prevTime, double drawTime, double &totalFrameLossTime);
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dhilog_plugin.cpp228 std::string curTime = cptr; in Run() local
229 curTime = curTime.substr(0, TIME_SEC_WIDTH); in Run()
230 if (curTime < startTime) { in Run()
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dsp_daemon_test.cpp221 std::string curTime = ""; in HWTEST_F() local
225 capture.ThreadGetCatchSocket(curTime); in HWTEST_F()

Completed in 6 milliseconds