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/
Dprofiler_fps.h101 long long currTimeDiff; variable
/developtools/profiler/host/smartperf/client/client_command/
Dprofiler_fps.cpp53 long long currTime = (fpsInfoResult.currTimeStamps[0] / msClear) * msClear + currTimeDiff; in GetResultFPS()
179 currTimeDiff = clockRealTime - clockMonotonicRaw; in GetTimeDiff()