https://github.com/kaluluosi/performancecatcher
基于Qt开发的安卓游戏性能抓取工具
https://github.com/kaluluosi/performancecatcher
Last synced: 2 months ago
JSON representation
基于Qt开发的安卓游戏性能抓取工具
- Host: GitHub
- URL: https://github.com/kaluluosi/performancecatcher
- Owner: kaluluosi
- License: mit
- Created: 2023-10-31T04:01:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-12T15:22:38.000Z (over 1 year ago)
- Last Synced: 2025-03-06T00:06:51.669Z (3 months ago)
- Language: Python
- Size: 3.45 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Performance Catcher

## 简介
基于`QT` `pyside6` 开发的安卓游戏性能采集工具。## 安装
```shell
pip install perfcat
```依赖安装失败就试一下更换清华源
```shell
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple perfcat
```## 运行
直接命令行里敲`perfcat`
```shell
>>perfcat
```