Menu

support for java profiling output?

2001-04-18
2001-04-20
  • Eugen Dueck

    Eugen Dueck - 2001-04-18

    most (or all) java VMs can do some profiling. will there be a possibilty in kprof to read and analyze java profiling files?

    java cmdline args which turn on profiling:

    -Xprof           
      output cpu profiling data
    -Xrunhprof[:help]|[:<option>=<value>, ...]
      perform JVMPI heap, cpu, or monitor profiling

     
    • Florent Pillet

      Florent Pillet - 2001-04-20

      Absolutely! I'd like to add that. I do not do Java development, so before I take some time to look into this, could you please send me a typical textual output so that I can have a look at it? I'm also interested in any pointers that lead to information about Java profiling and profiler commands / options.

       

Log in to post a comment.