Searched refs:curTime (Results 1 - 12 of 12) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | ByTrace.cpp | 54 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 D | FPS.cpp | 59 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 D | profiler_fps.cpp | 60 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 D | Capture.cpp | 39 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 D | stalling_rate_trace.cpp | 215 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 D | FPS.h | 26 int curTime; member 31 curTime = 0; in Clear() 52 curTime = 0; in FpsInfo()
|
H A D | profiler_fps.h | 26 int curTime; member 54 curTime = 0; in FpsInfoProfiler()
|
H A D | ByTrace.h | 34 void TriggerCatch(long long curTime) const;
|
H A D | Capture.h | 43 long long curTime = 0.0; member in OHOS::SmartPerf::Capture
|
H A D | stalling_rate_trace.h | 42 void GetFrameLossTime(double curTime, double prevTime, double drawTime, double &totalFrameLossTime);
|
/developtools/profiler/device/plugins/hilog_plugin/src/ |
H A D | hilog_plugin.cpp | 228 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 D | sp_daemon_test.cpp | 221 std::string curTime = ""; in HWTEST_F() local 225 capture.ThreadGetCatchSocket(curTime); in HWTEST_F()
|
Completed in 6 milliseconds