Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Debug performance
Debug performance [message #25288] Wed, 30 April 2003 22:07 Go to next message
Eclipse UserFriend
Originally posted by: rnaranjo1.earthlink.net

I am running WSSD 5.0. I have a problem in that it takes me about ~4 min to
launch a debug instance for plugin development debugging. Does anyone know
what the problem could be? My initial startup time for WSSD is not that bad
so what is happening with the startup of the debug instance?

Thanks,
Rosa
Re: Debug performance [message #25732 is a reply to message #25288] Thu, 01 May 2003 11:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jed_anderson.us.ibm.com

Rosa,

Does it take four minutes to attach? Or does it take four minutes for
the workbench to come up?

If it takes four minutes for the workbench to come up, the time is most
likely spent loading plugins. You can try reducing the amount of work
you do in your Plugin.startup() method.

Does this help any?

jkca

Rosa Naranjo wrote:
> I am running WSSD 5.0. I have a problem in that it takes me about ~4 min to
> launch a debug instance for plugin development debugging. Does anyone know
> what the problem could be? My initial startup time for WSSD is not that bad
> so what is happening with the startup of the debug instance?
>
> Thanks,
> Rosa
>
>
Re: Debug performance [message #27385 is a reply to message #25732] Fri, 02 May 2003 09:22 Go to previous messageGo to next message
Eclipse UserFriend
No not really, because it does not matter what plugin I am developing it is
just the debug instance. Other times it has not been that bad like just
after a reinstall of WSSD but over time it gets progressively worse and it
is impossible to efficiently use this method for debugging plugins.

Thanks, Rosa
"Jed Anderson" <jed_anderson@us.ibm.com> wrote in message
news:b8re4h$1qm$1@rogue.oti.com...
> Rosa,
>
> Does it take four minutes to attach? Or does it take four minutes for
> the workbench to come up?
>
> If it takes four minutes for the workbench to come up, the time is most
> likely spent loading plugins. You can try reducing the amount of work
> you do in your Plugin.startup() method.
>
> Does this help any?
>
> jkca
>
> Rosa Naranjo wrote:
> > I am running WSSD 5.0. I have a problem in that it takes me about ~4
min to
> > launch a debug instance for plugin development debugging. Does anyone
know
> > what the problem could be? My initial startup time for WSSD is not that
bad
> > so what is happening with the startup of the debug instance?
> >
> > Thanks,
> > Rosa
> >
> >
>
Re: Debug performance [message #27397 is a reply to message #27385] Fri, 02 May 2003 12:18 Go to previous message
Eclipse UserFriend
Originally posted by: jed_anderson.us.ibm.com

Rosa,

In your Run-time Workbench, do you have a lot of
perspectives/views/editors active that have to be restored on startup?

For example, if you shutdown Eclipse with a Heirarchy View open, the
heirarchy is re-calculated on startup. If you have a particularly large
heirarchy this can slow startup significantly.

As a test, launch your Run-time Workbench, close all of the
perspectives, shutdown, and restart. If the workbench comes up quickly,
you know that plugin initialization or UI state restoring is to be
blamed for the slowdown.

Hope this helps (because if it doesn't... *shrug*)! :)

jkca

Rosa Naranjo wrote:
> No not really, because it does not matter what plugin I am developing it is
> just the debug instance. Other times it has not been that bad like just
> after a reinstall of WSSD but over time it gets progressively worse and it
> is impossible to efficiently use this method for debugging plugins.
>
> Thanks, Rosa
> "Jed Anderson" <jed_anderson@us.ibm.com> wrote in message
> news:b8re4h$1qm$1@rogue.oti.com...
>
>>Rosa,
>>
>>Does it take four minutes to attach? Or does it take four minutes for
>>the workbench to come up?
>>
>>If it takes four minutes for the workbench to come up, the time is most
>>likely spent loading plugins. You can try reducing the amount of work
>>you do in your Plugin.startup() method.
>>
>>Does this help any?
>>
>>jkca
>>
>>Rosa Naranjo wrote:
>>
>>>I am running WSSD 5.0. I have a problem in that it takes me about ~4
>>
> min to
>
>>>launch a debug instance for plugin development debugging. Does anyone
>>
> know
>
>>>what the problem could be? My initial startup time for WSSD is not that
>>
> bad
>
>>>so what is happening with the startup of the debug instance?
>>>
>>>Thanks,
>>>Rosa
>>>
>>>
>>
>
>
Previous Topic:How to replace/remove workbench menu items ?
Next Topic:IMemento in a standard class
Goto Forum:
  


Current Time: Fri Apr 18 20:54:41 EDT 2025

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

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

Back to the top