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
  • 6,967
  • 23
  • 64
  • 103

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
  • 28,974
  • 8
  • 95
  • 116