Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
Degl.cpp287 uint64_t totalAppTime; member
295 totalAppTime(0), in app_time_metric_t()
325 totalAppTime += appTime; in onQueueBufferReturn()
337 float avgMs = ns2ms(totalAppTime) / numSamples; in onQueueBufferReturn()
342 totalAppTime = 0; in onQueueBufferReturn()