1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-24 04:41:54 +01:00

derived: add DerivedGfxInfoStats

Add DerivedGfxInfoStats that parse output from GfxInfoFramesInstrument
to produce FPS data and rendering statistics.
This commit is contained in:
Sergei Trofimov
2017-09-07 17:36:18 +01:00
parent e4fda7898d
commit f692315d9c
4 changed files with 195 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ logger = logging.getLogger('rendering')
SurfaceFlingerFrame = namedtuple('SurfaceFlingerFrame',
'desired_present_time actual_present_time frame_ready_time')
VSYNC_INTERVAL = 16666667
class FrameCollector(threading.Thread):