mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
worklads/drarm: Set view for FPS instrument
Set the view parameter so that the FPS instrument can collect frame data from the workload. Signed-off-by: Kajetan Puchalski <kajetan.puchalski@arm.com>
This commit is contained in:
parent
839242d636
commit
11374aae3f
@ -25,6 +25,7 @@ class DrArm(ApkWorkload):
|
|||||||
name = 'drarm'
|
name = 'drarm'
|
||||||
package_names = ['com.Arm.DrArm']
|
package_names = ['com.Arm.DrArm']
|
||||||
activity = 'com.unity3d.player.UnityPlayerActivity'
|
activity = 'com.unity3d.player.UnityPlayerActivity'
|
||||||
|
view = "SurfaceView[com.Arm.DrArm/com.unity3d.player.UnityPlayerActivity](BLAST)"
|
||||||
install_timeout = 200
|
install_timeout = 200
|
||||||
description = """
|
description = """
|
||||||
Dr. Arm’s Amazing Adventures is a “Souls-Like” Mobile Action Role Playing Game developed at Arm.
|
Dr. Arm’s Amazing Adventures is a “Souls-Like” Mobile Action Role Playing Game developed at Arm.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user