profiler-gpu分析记录
profiler-gpu分析记录
前篇
- 安卓游戏性能分析工具使用汇总 ( good ) - https://blog.csdn.net/t163361/article/details/82424553
- 使用Mali Graphics Debugger调优Unity程序(Killer示例) - https://www.jianshu.com/p/35096e796aa3
- 手游逆向分析<二>: Unity内还原《镇魔曲》角色渲染效果 ( Tegra ) - https://zhuanlan.zhihu.com/p/27696865
- GLSL 转UnityShader - https://blog.csdn.net/u011480898/article/details/78019493
具体到Android平台上比较常用的是 高通 的两款 Adreno GPU Profiler 和 Snapdragon Profiler , Mali Graphics Debugger 和 Tegra Debugger 用的比较少, 主要是因为现在的手机用 高通 的芯片比较多.
todo
- Adreno GPU Profiler
- Snapdragon Profiler
- gpa
Adreno GPU Profiler
官方下载地址: https://developer.qualcomm.com/software/adreno-gpu-profiler
相关资料
- Adreno Profile 介绍使用及自定义工具 - https://blog.csdn.net/u011480898/article/details/78016744
- Adreno Profiler分析任意安卓游戏特效+抓取资源 - http://qiankanglai.me/2015/05/16/Adreno-Profiler/index.html
- Adreno GPU Profiler 和 Snapdragon Profiler工具总结 - https://blog.csdn.net/leohijack/article/details/80021569
查看 Android 手机芯片信息
夜神模拟器
1
2
3
4
5
6
7
8
9
10
11
12λ adb devices # 1. 列出安卓设备
List of devices attached
127.0.0.1:62001 device
λ adb shell # 2. 进入手机系统
root@shamu:/ # cat /proc/cpuinfo # 3. 查看 cpu 信息
...
model name : Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz # Intel 处理器
stepping : 3
cpu MHz : 4008.378
cache size : 8192 KB
...一加3
1
2
3
4
5
6
7
8
9λ adb devices
List of devices attached
8bd99883 device
λ adb shell
OnePlus3:/ $ cat /proc/cpuinfo
...
Hardware : Qualcomm Technologies, Inc MSM8996 # 高通 处理器
...oppo
1
2
3
4$ adb shell
CPH1803:/ $ cat /proc/cpuinfo
Processor : AArch64 Processor rev 4 (aarch64)
Hardware : Qualcomm Technologies, Inc SDM450