mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	Merge pull request #12 from jimboatarm/photos-viewnames
Added views/activities/context for use with wa's FPS instrumentation …
This commit is contained in:
		
							
								
								
									
										6
									
								
								wlauto/workloads/googlephotos/__init__.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										6
									
								
								wlauto/workloads/googlephotos/__init__.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@@ -9,7 +9,11 @@ class Googlephotos(AndroidUiAutoBenchmark):
 | 
				
			|||||||
    name = 'googlephotos'
 | 
					    name = 'googlephotos'
 | 
				
			||||||
    package = 'com.google.android.apps.photos'
 | 
					    package = 'com.google.android.apps.photos'
 | 
				
			||||||
    activity = 'com.google.android.apps.photos.home.HomeActivity'
 | 
					    activity = 'com.google.android.apps.photos.home.HomeActivity'
 | 
				
			||||||
 | 
					    view = [package+'/com.google.android.apps.consumerphotoeditor.fragments.ConsumerPhotoEditorActivity',
 | 
				
			||||||
 | 
					            package+'/com.google.android.apps.photos.home.HomeActivity',
 | 
				
			||||||
 | 
					            package+'/com.google.android.apps.photos.localmedia.ui.LocalPhotosActivity',
 | 
				
			||||||
 | 
					            package+'/com.google.android.apps.photos.onboarding.AccountPickerActivity',
 | 
				
			||||||
 | 
					            package+'/com.google.android.apps.photos.onboarding.IntroActivity']
 | 
				
			||||||
    description = """
 | 
					    description = """
 | 
				
			||||||
    A workload to perform standard productivity tasks with googlephotos.
 | 
					    A workload to perform standard productivity tasks with googlephotos.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user