安卓应用程序性能
有没有任何图表或机制来测试 Android 应用程序的性能?我正在制作一个用于客户端服务器通信的 Android 应用程序,并使用 Rest 和不同的方法。
如何衡量其处理和电池寿命方面的性能?
Is there any graph or mechanism to test the performance of an android app? I am making an Android application for client server communication and using Rest and different methods.
How can I measure its performance in terms of processing and battery life?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您使用内置的分析工具。这是一个教程:
http://developer.android.com/guide/开发/调试/debugging-tracing.html
I would suggest you use the built in profiling tools. Here is a tutorial:
http://developer.android.com/guide/developing/debugging/debugging-tracing.html