HprofAllocSiteParser

public class HprofAllocSiteParser
extends Object

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


Classe d'assistance permettant d'analyser les informations d'une section "Allocation Sites" des rapports hprof.

Résumé

Constructeurs publics

HprofAllocSiteParser()

Méthodes publiques

Map<String, String> parse(File hprofReport)

Analyser un rapport hprof au format texte

Constructeurs publics

HprofAllocSiteParser

public HprofAllocSiteParser ()

Méthodes publiques

parse

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

Analyser un rapport hprof au format texte

Paramètres
hprofReport File : fichier contenant le rapport hprof.

Renvoie
Map<String, String> une carte contenant les résultats

Génère
IOException