mac OS x tptp support? [message #141780] |
Tue, 14 April 2009 11:15  |
Eclipse User |
|
|
|
I get the following message when trying to profile my java class on apple
mac OSX. After googling I saw that this mac is supposed to be supported
as of version 4.5.2 of TPTP. Is that true? I did the automatic update
via eclipse and I believe I got versions 4.2 to 4.5 depending on the TPTP
capability.
If I need 4.5.2 how do I know what to download and which pieces of TPTP
and dependencies that I will need?
If TPTP won't work on the mac, is there a preferred free method level
profiler for eclipse?
<<Your platform is not supported by Eclipse TPTP. The Integrated Agent
Controller will be disabled.
To profile on a supported host, please install and use a stand-alone Agent
Controller on that host.
Your platform is not supported by Eclipse TPTP. The Integrated Agent
Controller will be disabled.
To profile on a supported host, please install and use a stand-alone Agent
Controller on that host.
>>
|
|
|
|
|
Re: mac OS x tptp support? [message #141820 is a reply to message #141803] |
Tue, 14 April 2009 12:40  |
Eclipse User |
|
|
|
There is Cobertura seems to only have coverage, not performance metrics.
(http://cobertura.sourceforge.net/)
I have been using the following: java -cp ..:my.jar
-Xrunhprof:cpu=times,depth=6 com.mypackage.MyClass
However, the information is difficult to understand. For example it shows
a lot of time is taken in the String method, however it doesn't let me see
which of the classes I own and can change, are calling the String method
the most. Is there a gui tool for this? Or is there some other approach?
|
|
|
Powered by
FUDForum. Page generated in 1.04273 seconds