HprofAllocSiteParser

public class HprofAllocSiteParser
extends Object

java.lang.Object
com.android.tradefed.util.HprofAllocSiteParser


Class helper untuk mengurai info dari bagian Allocation Sites laporan hprof.

Ringkasan

Konstruktor publik

HprofAllocSiteParser()

Metode publik

Map<String, String> parse(File hprofReport)

Mengurai laporan hprof teks.

Konstruktor publik

HprofAllocSiteParser

public HprofAllocSiteParser ()

Metode publik

parse

public Map<String, String> parse (File hprofReport)

Mengurai laporan hprof teks.

Parameter
hprofReport File: file yang berisi laporan hprof.

Hasil
Map<String, String> Peta yang berisi hasil

Menampilkan
IOException