Tag Archives: HPROF

HProf is a tool built into JDK for profiling the CPU and heap usage within a JVM. A Java process crash may produce an hprof file containing a heap dump of the process at the time of the failure.

How to find an image that eats RAM in Android app

The beginner tip: Android development, old and new ways to find memory eating image in app code. Each android developer knows situation when the device starts to be slower than expected. The general purpose is clear: something is using the memory intensively. The strange thing to see that the cause of all is a simple… Read More »