Joeblackdev
Joeblackdev

Reputation: 7327

Tool for gathering runtime performance metrics

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.

Upvotes: 1

Views: 681

Answers (1)

KARASZI István
KARASZI István

Reputation: 31467

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

Upvotes: 3

Related Questions