Helge Hielscher wrote:
> 
> I just wondered why my JAVA Programm runs so slow. xosview display
> seldom more than 60% cpu load and a load of max. 0.2  and the Database
> Server I use is also on low load 0.1, cpu<40%.
> How can I increase the speed? TYA 1.2 doesnt work (problem with
> JEditorPane).
> Are there free (and easy to use) profilers for Linux (libc5) available?
> Or what would you suggest?
> 
> Helge Hielscher
> 

One free profiler is the "java" executable: look at the "-prof" option. That'll
tell you where in your Java code you're spending time... but not necessarily why
the JVM is spending so much time there.

Nathan

Reply via email to