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
Alan Evans
01/21/2019, 6:33 PM
in console type:
jvisualvm
h
hho
01/22/2019, 9:51 AM
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
neworldlt
01/22/2019, 1:00 PM
I am using visualVM 1.4.2. It has heap dump borwser and allocation tracker