Searched defs:AhatSnapshot (Results 1 - 1 of 1) sorted by relevance

/art/tools/ahat/src/
H A DAhatSnapshot.java45 class AhatSnapshot { class
69 * Create an AhatSnapshot from an hprof file.
71 public static AhatSnapshot fromHprof(File hprof) throws IOException {
74 return new AhatSnapshot(snapshot);
78 * Construct an AhatSnapshot for the given perflib snapshot.
80 * calling this AhatSnapshot constructor.
82 private AhatSnapshot(Snapshot snapshot) { method in class:AhatSnapshot

Completed in 19 milliseconds