android-perf-testing icon indicating copy to clipboard operation
android-perf-testing copied to clipboard

Automated Performance Testing on Android

Results 32 android-perf-testing issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Just need few queries in run-perf-tests.py. Step5: Enable and clear graphics info dumpsys reset_graphics_dumpsys(device, package_name) what is the **_device_** here ? Step8: Download files from device Is it the...

Hi Can this be used to perform performance test of any APP ? Regards, Amit

I have completed the codelab and everything is fine except from the EnablePostTestDumpsys rule. Every time it gets executed the output is a blank file. I have tried with different...

Monkeyrunner is not working on Windows 10. I have not tested other OS. The `monkeyrunner.bat` file inside the `ANDROID_HOME/tools/bin` cannot be executed. Several changes to the script exist on stackoverflow,...

gradlew :app:assembleDebug :app:assembleDebugAndroidTest :app:installDebug :app:installDebugAndroidTest %ANDROID_HOME%\tools\bin\monkeyrunner.bat run_perf_tests.py .\ Even after resolving the ANDROID_SWT variable issue with monkeyrunner with the below command it seems like monkeyrunner.bat is broken for Windows. set...

Outputting Systrace results... Tracing complete, writing results Traceback (most recent call last): File "D:\Sdk\platform-tools\systrace\systrace.py", line 49, in sys.exit(run_systrace.main()) File "D:\Sdk\platform-tools\systrace\catapult\systrace\systrace\run_systrace.py", line 196, in main main_impl(sys.argv) File "D:\Sdk\platform-tools\systrace\catapult\systrace\systrace\run_systrace.py", line 193, in...

`python C:\Users\username\AppData\Local\Android\Sdk\platform-tools\systrace\systrace.py --time=5 -o mynewtrace.html gfx` Starting tracing (5 seconds) Tracing completed. Collecting output... Traceback (most recent call last): File "C:\Users\username\AppData\Local\Android\Sdk\platform-tools\systrace\systrace.py", line 49, in sys.exit(run_systrace.main()) File "C:\Users\username\AppData\Local\Android\Sdk\platform-tools\systrace\catapult\systrace\systrace\run_systrace.py", line 196, in...

update supportlib version. update gradle version.

This happens when I try to run the command given in Step 5: `python %ANDROID_HOME%/platform-tools/systrace/systrace.py --time=10 -o %userprofile%/trace.html gfx view res` Full stacktrace: ``` CRITICAL:root:(TimeoutThread-1-for-MainThread) Exception on _RunAdbCmd(, ['devices'], retries=2,...