Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages