mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52: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:
		
				
					committed by
					
						
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user