mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 03:56:04 +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'
|
||||
package_names = ['com.Arm.DrArm']
|
||||
activity = 'com.unity3d.player.UnityPlayerActivity'
|
||||
view = "SurfaceView[com.Arm.DrArm/com.unity3d.player.UnityPlayerActivity](BLAST)"
|
||||
install_timeout = 200
|
||||
description = """
|
||||
Dr. Arm’s Amazing Adventures is a “Souls-Like” Mobile Action Role Playing Game developed at Arm.
|
||||
|
Loading…
Reference in New Issue
Block a user