I was used to work with HPROF in order to capture CPU time and memory usage while developing applications. For some reasons, I was forced to work with following JDK :
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.21.0, JRE 11 Windows 10 amd64-64-Bit Compressed References 20200715_679 (JIT enabled, AOT enabled)
Unfortunately, HPROF modules are not embedded with this JDK and I was wondering if there was any alternative to HPROF in order to perform some automatable profiling/sampling.
Actually, I'm interested in any CLI tool enabling to perform sampling/profiling and, if possible, generating files allowing to easily perform automated comparisons... Am I dreaming ? :)
Any recommendation or suggestion will be welcomed !
Thanks for your help ! :)