Home
last modified time | relevance | path

Searched refs:tLastReadyTime (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp152 long long tLastReadyTime = fpsConfig.lastReadyTime / fpsConfig.mod; in ProcessResult() local
154 if (tFrameReadyTime == tLastReadyTime) { in ProcessResult()
156 } else if (tFrameReadyTime == tLastReadyTime + 1) { in ProcessResult()
175 } else if (tFrameReadyTime > tLastReadyTime + 1) { in ProcessResult()
/developtools/profiler/host/smartperf/client/client_command/
DFPS.cpp277 long long tLastReadyTime = lastReadyTime / mod; in GetPrevFpsInfo() local
279 if (tFrameReadyTime == tLastReadyTime) { in GetPrevFpsInfo()
281 } else if (tFrameReadyTime == tLastReadyTime + 1) { in GetPrevFpsInfo()
303 } else if (tFrameReadyTime > tLastReadyTime + 1) { in GetPrevFpsInfo()
Dprofiler_fps.cpp348 long long tLastReadyTime = lastReadyTime / mod; in GetPrevFpsInfo() local
350 if (tFrameReadyTime == tLastReadyTime) { in GetPrevFpsInfo()
352 } else if (tFrameReadyTime >= tLastReadyTime + 1) { in GetPrevFpsInfo()