mali gpu debugger
https://community.arm.com/developer/tools-software/graphics/b/blog/posts/accelerating-mali-gpu-analysis-using-arm-mobile-studio?_ga=2.63595119.1707627554.1563937012-2006915827.1543458513
数据很全很开心 下面的问题就是 怎么能连手机跑起来。。。
这里带宽数据给的好详细啊
load/store
texture
tile buffer
都有曲线
https://community.arm.com/developer/tools-software/graphics/b/blog/posts/integrating-arm-mobile-studio-with-unity?_ga=2.104958531.1707627554.1563937012-2006915827.1543458513
mali这边好多宝贝啊
https://developer.arm.com/tools-and-software/graphics-and-gaming/arm-mobile-studio/learn
翻墙食用
竟然也是全家桶。。。装一个 里面有四个。。
arm mobile studio:
streamline ---performance analyzer CPU&GPU
graphic analyzer ---GPU API debugger
offline compiler ----Shader static analysis
performance advisor --Analysis reports
===================================================
https://developer.arm.com/tools-and-software/graphics-and-gaming/arm-mobile-studio/downloads
https://developer.arm.com/tools-and-software/graphics-and-gaming/arm-mobile-studio/learn/get-started/get-started-with-graphics-analyzer
安装配置步骤
后面有unity 和unreal的配置方法
照上面配置
装android studio自动下android sdk
adb在platform-tools里面
pc和phone在同一局域网 (才能ping通
adb devices
ping phoneip
adb kill-server
要开5002端口
adb tcpip 5002
adb connect yourphoneIP : 5002
adb devices
unity copy libMGD.so/unreal 在设置里勾选mali
android studio路径配给unity
出包
装GA 在手机
从GA里面list选你要debug的app
在host上connect
如果端口开对了 就能看到frame了
///////////////////////////
5002: 由于目标计算机积极拒绝,无法连接。 (10061)
failed to connect to 192.168.XX.XXX:5002
开发者模式里面的设置
usb线
adb -s devicename forward tcp:5002 tcp:5002
adb forward --list
////////////////////////////////////////
read timeout
换了个华为p30照着操作了一顿 需要load libAGA MGD我都试过
connection这个error没有了
log出一些error 没有trace 数据
总之 华为mali MGD不好用!我用别的!
估计root的会好些 但是华为。。
root了还是有问题
https://github.com/ARM-software/Tool-Solutions/tree/master/mobile-application-profiling
https://github.com/ARM-software/Tool-Solutions/tree/master/mobile-application-profiling/mobile-studio-scripts
这个
mali streamline给这么多数据 说明他们很厉害了 数据相当全
可官网unity 连huawei那些docs全不好使。。。他们怎么想的。。写一东西不想让人用吗。。。
mali gpu debugger的更多相关文章
- android studio 2.0 GPU Debugger使用说明
GPU Debugger GPU Debugging Tools The GPU debugging tools are an experimental feature intended to hel ...
- Mali GPU OpenGL ES 应用性能优化--測试+定位+优化流程
1. 使用DS-5 Streamline定位瓶颈 DS-5 Streamline要求GPU驱动启用性能測试,在Mali GPU驱动中激活性能測试对性能影响微不足道. 1.1 DS-5 Streamli ...
- Mali GPU OpenGL ES 应用性能优化--基本方法
1. 经常使用优化工具 watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvTXlBcnJvdw==/font/5a6L5L2T/fontsize/400/fil ...
- GPU Debugger
https://gpuopen.com/presentations/2019/digital-dragons-2019-make-your-game-friendly.pdf https://grap ...
- 安卓平台下ARM Mali OpenCL编程-GPU信息检测(转)
对于ARM Mali GPU,目前是支持OpenCL1.1,所以我们可以利用OpenCL来加速我们的计算. 一直以来,对于Mali GPU的OpenCL编程,一直没有环境来测试.好不容易弄到一个华为M ...
- vulkan gpu limits in mali
https://community.arm.com/developer/tools-software/graphics/b/blog/posts/memory-limits-with-vulkan-o ...
- ARM:移动GPU往PC GPU效能迈进
行动装置的热潮持续不退,各大手机制造商除了想尽办法推出外型酷炫的行动装置设备来吸引消费者的目光之外,更在行动应用处理器玩起多核心的「核」战争,无非是希望能够带给消费者更优异的效能新体验.然而,随着消费 ...
- 五大移动GPU厂商
<谁能笑傲江湖?移动处理器门派那些事儿>一文中我们把2012年的移动处理器的厂商做了一番介绍,并依照各自的属性给划分了门派.既然把他们称为江湖门派.那么每一个门派总要有自己的绝活.移动处理 ...
- GPU hang
最近做新项目 初期一直遇到个gpu hang的问题 就是command 提交过去gpu 就一直在那里 直到time out 也没什么别的错误提示 gpu debugger还抓不了 解决方案是 缩小之后 ...
随机推荐
- ztree点击节点实现选中/取消复选框
效果 代码 在js中初始化tree时 设置复选框操作只影响子节点 复选框事件,想怎么处理就怎么处理
- 学习笔记:CentOS7学习之二十三: 跳出循环-shift参数左移-函数的使用
目录 学习笔记:CentOS7学习之二十三: 跳出循环-shift参数左移-函数的使用 23.1 跳出循环 23.1.1 break和continue 23.2 Shift参数左移指令 23.3 函数 ...
- confluence导出PDF格式文件不显示中文解决
由于confluence导出PDF格式文件需要应用字体文件,下载字体文件在confluence管理员界面安装即可. 我这里使用从simhei.ttf楷体,可以从windowns主机里下载(c:/win ...
- python的一些知识点
1. 内置函数 iter 2. 可迭代对象与迭代器:
- 西安区域赛 D.Miku and Generals 二分图+背包
Miku and Generals Describe "Miku is matchless in the world!" As everyone knows, Nakano Mik ...
- linux内核exec过程
简介 本文分析linux内核exec系统调用执行过程中可执行文件的加载过程和栈的设置,内核代码版本为2.6.32 分析 \arch\ia64\kernel\process.c中有sys_exec函数的 ...
- varnish CLI管理
命令:varnishadm [-t timeout] [-S secret_file] [-T address:port] [-n name] [command [...]] ./varnishadm ...
- 手把手教你写一个windows服务 【基于.net】 附实用小工具{注册服务/开启服务/停止服务/删除服务}
1,本文适用范围 语言:.net 服务类型:windows服务,隔一段时间执行 2,服务搭建: 1,在vs中创建 console程序 2,在console项目所在类库右键 添加-新建项-选择Windo ...
- Pattern Recognition and Machine Learning-02-1.0-Introduction
Introduction The problem of searching for patterns in data is a fundamental one and has a long and s ...
- 基于【 Docker】一 || ElK安装部署使用教程
一.ELK介绍 1.ELK组成 ELK由Elasticsearch.Logstash和Kibana三部分组件组成: Elasticsearch是个开源分布式搜索引擎,它的特点有:分布式,零配置,自动发 ...