From: Nick O. <nic...@gm...> - 2018-02-28 10:53:01
|
Hi, I use callgrind a lot when I am trying to view the execution path of C++ programs (call it an alternate use case of the execution profiler). I was wondering if it is possible to do the same thing for a Java program running in a JVM. Also, is it possible to do the same thing for a Perl script? Thanks, Nick |