1

Anyone know of any good plugins for eclipse (Helios 3.6.1) so that I can investigate particular metrics relating to the run-time performance of a java application? It would be nice if I could get my hands on something that provides me with extensive runtime metrics such that I can investigate why a program might take longer to run than another program.

I tried TPTP documentation is out of date and I don't know how to use it.

Joeblackdev
  • 7,217
  • 24
  • 69
  • 106

1 Answers1

3

You could try out VisualVM which has a runtime CPU and memory profiler. Or you can go with the common stack traces method.

Community
  • 1
  • 1
KARASZI István
  • 30,900
  • 8
  • 101
  • 128
  • Thanks for this. I had a quick look on the site there. I see it works with Eclipse. Does that include Helios (Eclipse 3.6.1)? Apologies for not specifying this in my question – Joeblackdev Aug 19 '11 at 21:57
  • VisualVM is a stand-alone application it has no connections (besides Java base) between them. – KARASZI István Aug 19 '11 at 21:59