What is JIP? JIP is a code profiling tool much like the hprof tool that ships with the JDK. There are, however, a few differences: Interactivity. hprof is not an interactive profiler. It starts when your program starts and ends when the JVM exits. In many cases this doesn't give you a true measure of performance since the Just In Time compiler doesn't compile code on the first pass. In addition, t
{{#tags}}- {{label}}
{{/tags}}