Skip to main content

A tool for game automation on android platform

Project description

AndroidGameProfiler

symbol 0.1.1

中文文档

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gauto_profiler-0.1.2.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

gauto_profiler-0.1.2-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page