首页 > 其他 > 详细

Memory Analyse Tool

时间:2015-03-17 00:31:37      阅读:234      评论:0      收藏:0      [点我收藏+]

Memory Analyse Tool(MAT)

1: export .hprof file

  ADT>DDMS>Dump HPROF file

 

2: convert to standard format

use HPROF Converter tool provided in android sdk.

The hprof-conv tool converts the HPROF file that is generated by the Android SDK tools to a standard format so you can view the file in a profiling tool of your choice.

hprof-conv <infile> <outfile>

More at HPROF Converter

 

3:use MAT to open <outfile>

Memory Analyse Tool

原文:http://www.cnblogs.com/bitter/p/4343190.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!