1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

fps: move VSYNC_INTERVAL into utils

It is not anything to do with instrument, but a generic ocnstant,
and this way it can be used by the other parts of the code line.
This commit is contained in:
jummp01
2017-02-02 17:32:12 +00:00
parent 0f57dee6bf
commit 3feb702898
2 changed files with 4 additions and 3 deletions

View File

@@ -29,6 +29,8 @@ GfxInfoFrame = collections.namedtuple('GfxInfoFrame', 'Flags IntendedVsync Vsync
# Android M: WindowLayoutChanged | SurfaceCanvas
GFXINFO_EXEMPT = 1 | 4
VSYNC_INTERVAL = 16666667
class FpsProcessor(object):
"""