Hi everyone, do you know a good tool for profiling...
# server
a
Hi everyone, do you know a good tool for profiling memory consumption for a kotlin / JVM program ? The integrated Intellijea 2018.3 solution only profile CPU. Thanks for help !
a
in console type:
jvisualvm
h
All JVM profilers should work fine. YourKit and JProfiler are the (expensive) big names, Java Mission Control (JMC) is included with Oracle JDK, if you have a Heap Dump you could also use Eclipse MAT.
n
I am using visualVM 1.4.2. It has heap dump borwser and allocation tracker