mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-20 17:48:44 +00:00
Added views/activities/context for use with wa's FPS instrumentation layer
This commit is contained in:
parent
438268b6af
commit
d87c20b594
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.
Loading…
x
Reference in New Issue
Block a user