Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Terie412/AndroidGameProfiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

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)

About

A python module for android game profiling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /