Home
last modified time | relevance | path

Searched refs:currTimeDiff (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/include/
H A Dprofiler_fps.h27 long long currTimeDiff; member
33 currTimeDiff = 0; in Clear()
55 currTimeDiff = 0; in FpsInfoProfiler()
/developtools/profiler/host/smartperf/client/client_command/
H A Dprofiler_fps.cpp103 long long currTime = (fpsInfoResult.currTimeDump / msClear) * msClear + fpsInfoResult.currTimeDiff; in GetResultFPS()
111 long long currTime = (fpsInfoResult.currTimeStamps[0] / msClear) * msClear + fpsInfoResult.currTimeDiff; in GetResultFPS()
164 fpsInfo.currTimeDiff = clockRealTime - clockMonotonicRaw; in GetTimeDiff()

Completed in 2 milliseconds