How to run hprof on mac

370 Views Asked by At

I was trying to use hprof on mac, however, when I run the following command

java -agentlib:hprof=help

I get the following:-

Error occurred during initialization of VM
Could not find agent library hprof on the library path, with error: dlopen(libhprof.dylib, 1): image not found
0

There are 0 best solutions below