android手机下调试算法性能-耗时

本文介绍如何使用simpleperf进行应用程序性能分析,通过pythonapp_profiler.py和pythonreport_html.py脚本实现,并展示了如何利用androind调试工具platform-tools进行系统追踪,包括使用systrace.py脚本对特定应用如com.standardar.ar.core.examples.c.helloar进行详细的耗时测试。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1.simpleperf使用

python app_profiler.py -p com.standardar.ar.core.examples.c.helloar -r "-e task-clock:u -f 1000 --duration 20 -g"
python report_html.py

2. andoird调试工具platform-tools

time=`date +%Y-%m-%d-%T`
python systrace.py --app=com.standardar.ar.core.examples.c.helloar --time=20 -b 10240 -o ${time}.html camera gfx input view app sched freq 

将上述脚本编辑成genSystrace.sh脚本文件,放置到platform-tools/systrace的文件中,直接运行脚本即可测试com.standardar.ar.core.examples.c.helloar的耗时

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值