Top "Hprof" questions

A java heap/CPU profiling tool

Can I generate an HPROF file at will?

I have a java process which is acting dubiously. I'd like to see what's up using the various HPROF analysis …

java hprof
-XX:+HeapDumpOnOutOfMemoryError not creating hprof file in OOM

I start my java code (1.6.0_16 in Vista) with the following params (among others) -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=../logs. I run …

java hprof
heapdump size vs hprof size

I recently made a heapdump in a hprof format when my jboss server was running with a xms of 4096m …

java visualvm heap-dump hprof yourkit
analyse a HPROF memory dump file from command line programmatically

I was investigation with analyzing a HPROF file using Eclipse's Memory Analyser (MAT). The dominator tree, reports and the OQL …

java android hprof eclipse-memory-analyzer
HPjmeter-like graphical tool to view -agentlib:hprof profiling output

What tools are available to view the output of the built-in JVM profiler? For example, I'm starting my JVM with: …

java profiling hprof
Is it possible to view threads from hprof dump / threads in heap dump

I have got a large (5GB) hprof dump, created by application when OutOfMemoryError occurred. (Using XX: HeapDumpOnOutOfMemoryError ). Unfortunately there are …

java heap-dump hprof eclipse-mat
MAT (Eclipse Memory Analyzer) - how to view bitmaps from memory dump

I'm analyzing memory usage of my Android app with help of Eclipse Memory Analyzer (also known as MAT). Sometimes I …

android bitmap memory-dump hprof eclipse-memory-analyzer
react-native : can't push to git because of hprof file

I would like to push my project into the github, however i just notice there is a file called java_…

android react-native github react-native-android hprof
Android: Opening .hprof file In Eclipse

Im trying to check for memory leaks by using a HPROF File from eclipses DDMS view. I tried using MAT …

android eclipse memory hprof
Can I compare hprof/jmap dumps with VisualVM?

VisualVM crashes when I try to profile our application with it, but if I could load the jmap memory dumps …

java profiling visualvm hprof