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:
@@ -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):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user