Slow profiling [message #101649] |
Mon, 25 June 2007 11:15  |
Eclipse User |
|
|
|
Originally posted by: ffanton.ibc.it
Hi everyone!
I'm sorry, I'm having sluggish performance when profiling with TPTP 4.2, and by "sluggish" I mean that a 2-seconds method takes about 50s when profiled..
I'm monitoring just execution times, and I filtered the monitored classes to the bare minimum.. Any idea of what could be the culprit? :/
My specs:
- Linux (Fedora 6) kernel 2.6.20
- Eclipse 3.2.2
- TPTP 4.2 (from Callisto website via Update Manager)
- Agent controller 4.3.0
I'm trying to profile a local class, which uses Hibernate for persistence.
Many thanks in advance, please ask if you need more information!
|
|
|
Re: Slow profiling [message #101668 is a reply to message #101649] |
Tue, 26 June 2007 02:39   |
Eclipse User |
|
|
|
Federico Fanton wrote:
> Hi everyone!
> I'm sorry, I'm having sluggish performance when profiling with TPTP 4.2, and by "sluggish" I mean that a 2-seconds method takes about 50s when profiled..
> I'm monitoring just execution times, and I filtered the monitored classes to the bare minimum.. Any idea of what could be the culprit? :/
> My specs:
> - Linux (Fedora 6) kernel 2.6.20
> - Eclipse 3.2.2
> - TPTP 4.2 (from Callisto website via Update Manager)
> - Agent controller 4.3.0
>
> I'm trying to profile a local class, which uses Hibernate for persistence.
>
> Many thanks in advance, please ask if you need more information!
Federico,
The new JVMTI Profiler in TPTP 4.4 will probably work faster in your
case. The main reason is that only monitored classes (i.e., classes
which pass the filter criteria) are instrumented and the rest of the
application (including the Hibernate framework) runs at full speed.
To use the new profiler, you'll need Eclipse 3.3. Please check the TPTP
4.4 download page for the exact prerequisites.
HTH,
Asaf
--
Asaf Yaffe
Eclipse TPTP Committer, JVMTI Profiler
|
|
|
|
|
|
Re: Slow profiling [message #101791 is a reply to message #101781] |
Tue, 26 June 2007 11:32  |
Eclipse User |
|
|
|
Originally posted by: ffanton.ibc.it
On Tue, 26 Jun 2007 17:30:09 +0200
Federico Fanton <ffanton@ibc.it> wrote:
> LD_LIBRARY_PRELOAD=/opt/eclipse/plugins/org.eclipse.tptp.pla tform.jvmti.runtime_4.4.0.v200705041104/agent_files/linux_ia 32
Whoops, that's LD_LIBRARY_PATH of course, sorry ^^;
|
|
|
Powered by
FUDForum. Page generated in 0.04022 seconds