Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ How do I profile my Java program?"

(Formatting change)
 
Line 7: Line 7:
 
Much of this work is being standardized and moved down into the open source
 
Much of this work is being standardized and moved down into the open source
 
Eclipse subproject called Hyades.
 
Eclipse subproject called Hyades.
 
 
  
 
A couple of individual profiler projects and products are under way.
 
A couple of individual profiler projects and products are under way.
Line 16: Line 14:
 
This profiler can be downloaded under the CPL from SourceForge.
 
This profiler can be downloaded under the CPL from SourceForge.
  
 
+
See [[FAQ_When_do_I_use_a_launch_delegate%3F]] for a discussion of how  
 
+
See[[FAQ_When_do_I_use_a_launch_delegate%3F]]for a discussion of how  
+
 
profilers are implemented.
 
profilers are implemented.
 
 
  
  

Latest revision as of 08:13, 15 March 2007

Eclipse has built-in support for launching applications and for debugging Java applications but no inherent support for profiling. However, support for profilers can be implemented by using a special launch configuration. Commercial products, such as WebSphere Studio Application Developer, do this by adding profiling support to their set of plug-ins. Much of this work is being standardized and moved down into the open source Eclipse subproject called Hyades.

A couple of individual profiler projects and products are under way. The Eclipse Colorer profiler with elaborate reporting views may be of interest to people who want to experiment with profiling Java code from Eclipse. This profiler can be downloaded under the CPL from SourceForge.

See FAQ_When_do_I_use_a_launch_delegate? for a discussion of how profilers are implemented.


See Also:

FAQ_When_do_I_use_a_launch_delegate?


Eclipse Profiler (http://eclipsecolorer.sourceforge.net/index_profiler.html)


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top