码迷,mamicode.com
首页 > 其他好文 > 详细

Memory Analyse Tool

时间:2015-03-17 00:32:41      阅读:239      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!