在 Android Studio 中使用 Android Profiler 获取平均值
我一直在使用 android profiler 来查看我的应用程序在不同设备上的执行情况,我想知道是否有一种方法可以自动获取平均值,例如在设定的时间内或在分析会话的整个持续时间内的平均内存消耗。峰值很容易注意到并标记下来,但手动确定平均值将非常困难且耗时。我找不到任何选项可以让我轻松获得这些平均值,以便我生成有关我的应用程序总体性能的报告。
我尝试过搜索有关如何执行此操作的任何示例,但无法找到与我想要做的类似的任何内容。
I've been using android profiler to see how well my application performs on different devices and I was wondering if there's a way to automatically get average values such as average memory consumption in a set amount of time or for the entire duration of the profiling session. Peak values are easy to notice and mark down but an average would be very hard and time consuming to manually determine. I couldn't find any option that would allow me to easily get theses averages for me to make a report on how well my application performs in general.
I've tried searching for any examples on how to do this but haven't been able to find anything similar to what I'm trying to do.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否研究过 Firebase 性能监控?
Have you looked into Firebase Performance Monitoring?