Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/include/
H A Dstalling_rate_trace.h53 double oneThousand = 1000; member in OHOS::SmartPerf::StallingRateTrace
H A Dprofiler_fps.h113 long long oneThousand = 1000; member in OHOS::SmartPerf::ProfilerFPS
/developtools/profiler/host/smartperf/client/client_command/
H A Dstalling_rate_trace.cpp68 appFrameLossRate = (frameLossTime / (appListDynamicFinishTime - appListDynamicStartTime) * oneThousand); in CalcFrameRate()
75 swiperFrameLossRate = (frameLossSwiperTime / (swiperDynamicFinishTime - swiperDynamicStartTime) * oneThousand); in CalcFrameRate()
82 tabsFrameLossRate = (frameLossTabsTime / (appTabsDynamicFinishTime - appTabsDynamicStartTime) * oneThousand); in CalcFrameRate()
H A Dprofiler_fps.cpp107 printf("fps:%d|%lld\n", fpsInfoResult.fps, lastCurrTime + oneThousand); in GetResultFPS()
108 lastCurrTime = lastCurrTime + oneThousand; in GetResultFPS()

Completed in 3 milliseconds