A tool for game automation on android platform
Project description
AndroidGameProfiler
A python library that captures the three basic capabilities of a game on Android -- Total PSS (physical memory used by applications, including proportionally Shared library memory), CPU usage, and FPS (frame rate).
The above data are all obtained by adb tool.
Install
pip install gauto-profiler
Usage
import os
from gauto_profiler import profiler
from gauto_profiler import config
os.chdir(os.path.dirname(os.path.abspath(__file__)))
config.setup(serial="5366a3d3", output_path="output", html_save_path="output/render.html")
profiler.run(300)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gauto_profiler-0.1.2.tar.gz.
File metadata
- Download URL: gauto_profiler-0.1.2.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8e09b93f4a3a924ed0fef99db2df330aa3f9dd2ffa0cbf0566ed9263cee6c64
|
|
| MD5 |
9ab5045ce98e2392d0df4d971886ee79
|
|
| BLAKE2b-256 |
f98ddbab1df64c2e518f21fee7776a705f239f953ea4f9a05724f0ce5c29c50c
|
File details
Details for the file gauto_profiler-0.1.2-py3-none-any.whl.
File metadata
- Download URL: gauto_profiler-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37ee7ccc56b90ec024ee9d4e8223fa635d77508afeb7dec2e04cbffc1ec291cc
|
|
| MD5 |
c70095865ddabdfc8d7b25c268286882
|
|
| BLAKE2b-256 |
fe56aa4b514faf35ffdb0d69b6064147e4e97ce6aec87b234939609b6b816195
|