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

/art/runtime/hprof/
H A Dhprof.h22 namespace hprof { namespace in namespace:art
26 } // namespace hprof
H A Dhprof.cc18 * Preparation and completion of hprof data generation. The output is
25 #include "hprof.h"
67 namespace hprof { namespace in namespace:art
423 LOG(INFO) << "hprof: heap dump \"" << filename_ << "\" starting...";
461 LOG(INFO) << "hprof: heap dump completed (" << PrettySize(RoundUp(overall_size, KB))
646 // Note of warning: hprof-conv hard-codes the size of identifiers to 4.
1044 explicit GcRootVisitor(Hprof* hprof) : hprof_(hprof) {} argument
1051 // running during the hprof dumping process.
1422 Hprof hprof(filenam
[all...]
/art/tools/ahat/src/
H A DOverviewHandler.java32 public OverviewHandler(AhatSnapshot snapshot, File hprof) { argument
34 mHprof = hprof;
46 doc.description(DocString.text("hprof file"), DocString.text(mHprof.toString()));
H A DAhatSnapshot.java69 * Create an AhatSnapshot from an hprof file.
71 public static AhatSnapshot fromHprof(File hprof) throws IOException { argument
72 Snapshot snapshot = Snapshot.createSnapshot(new MemoryMappedFileBuffer(hprof));

Completed in 3420 milliseconds