Home
last modified time | relevance | path

Searched refs:timeStampQ (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp37 std::queue<long long> timeStampQ; member
155 (fpsInfo.timeStampQ).push(frameReadyTime); in ProcessResult()
162 while (!(fpsInfo.timeStampQ).empty()) { in ProcessResult()
164 long long currFrame = (fpsInfo.timeStampQ.front()); in ProcessResult()
170 (fpsInfo.timeStampQ).pop(); in ProcessResult()
173 (fpsInfo.timeStampQ).push(frameReadyTime); in ProcessResult()
178 while (!(fpsInfo.timeStampQ).empty()) { in ProcessResult()
179 (fpsInfo.timeStampQ).pop(); in ProcessResult()
181 (fpsInfo.timeStampQ).push(frameReadyTime); in ProcessResult()
207 if (!(fpsInfo.timeStampQ).empty()) { in GetSurfaceFrame()
[all …]
/developtools/profiler/host/smartperf/client/client_command/
DFPS.cpp206 while (!(fpsInfo.timeStampQ.empty())) { in GetFpsInfoResult()
207 fpsInfo.timeStampQ.pop(); in GetFpsInfoResult()
220 if (!fpsInfo.timeStampQ.empty() && fpsInfo.timeStampQ.back() == lastLineTime) { in GetFpsInfoResult()
255 while (!(fpsInfo.timeStampQ).empty()) { in GetLastFpsInfo()
257 long long currFrame = (fpsInfo.timeStampQ.front()); in GetLastFpsInfo()
266 (fpsInfo.timeStampQ).pop(); in GetLastFpsInfo()
280 (fpsInfo.timeStampQ).push(frameReadyTime); in GetPrevFpsInfo()
286 while (!(fpsInfo.timeStampQ).empty()) { in GetPrevFpsInfo()
288 long long currFrame = (fpsInfo.timeStampQ.front()); in GetPrevFpsInfo()
297 (fpsInfo.timeStampQ).pop(); in GetPrevFpsInfo()
[all …]
Dprofiler_fps.cpp275 while (!(fpsInfo.timeStampQ.empty())) { in GetFpsInfoResult()
276 fpsInfo.timeStampQ.pop(); in GetFpsInfoResult()
289 if (!fpsInfo.timeStampQ.empty() && fpsInfo.timeStampQ.back() == lastLineTime) { in GetFpsInfoResult()
325 while (!(fpsInfo.timeStampQ).empty()) { in GetLastFpsInfo()
327 long long currFrame = (fpsInfo.timeStampQ.front()); in GetLastFpsInfo()
337 (fpsInfo.timeStampQ).pop(); in GetLastFpsInfo()
351 (fpsInfo.timeStampQ).push(frameReadyTime); in GetPrevFpsInfo()
358 while (!(fpsInfo.timeStampQ).empty()) { in GetPrevFpsInfo()
360 long long currFrame = (fpsInfo.timeStampQ.front()); in GetPrevFpsInfo()
370 (fpsInfo.timeStampQ).pop(); in GetPrevFpsInfo()
[all …]
/developtools/profiler/host/smartperf/client/client_command/include/
Dprofiler_fps.h33 std::queue<long long> timeStampQ; member
DFPS.h26 std::queue<long long> timeStampQ; member