Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » ARM Vs Java Profiling
ARM Vs Java Profiling [message #127066] Thu, 20 March 2008 10:28 Go to next message
Eclipse UserFriend
Originally posted by: cvkmurthy.hotmail.com

Experts,

Execution Statistics are generated when I profile a java application
with both ARM Analysis and Java profiling. The base times and cumulative
times are slightly different in both cases. If Java profiling can
measure the time taken for a method to execute, then why do we need ARM
profiling? Is there an advantage of using ARM over using Java profiling.
For java code which is the best?

Regards,
Krishna
Re: ARM Vs Java Profiling [message #127102 is a reply to message #127066] Thu, 20 March 2008 19:47 Go to previous message
David Skeen is currently offline David SkeenFriend
Messages: 5
Registered: July 2009
Junior Member
ARM has a couple of capabilities that profiling does not have: you can
use ARM to track method invocations across multiple processes (which can
be on multiple machines), assuming that a correlator is passed (done
automatically for HTTP and SOAP); also, you can use the ARM API to
report response times to production monitoring products from IBM and HP
(not sure what other companies have products that support ARM).
--
Dave Skeen

Krishna wrote:
> Execution Statistics are generated when I profile a java application
> with both ARM Analysis and Java profiling. The base times and cumulative
> times are slightly different in both cases. If Java profiling can
> measure the time taken for a method to execute, then why do we need ARM
> profiling? Is there an advantage of using ARM over using Java profiling.
> For java code which is the best?
Previous Topic:Profiling eclipse application in standalone mode
Next Topic:TPTP Agent Controller is unavailable under port 10002.
Goto Forum:
  


Current Time: Fri Apr 19 20:08:25 GMT 2024

Powered by FUDForum. Page generated in 0.02693 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top