Re: Optimising the core
Tupshin Harper <[email protected]> Thu, 25 Mar 2004 08:39:01 -0800
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Message-ID | <[email protected]> |
Eric Merritt wrote: > The trick to getting on this is running a code >profiler as you use ibex over a resonably extended >period of time. Its never really a good idea to >'guess' where time is being used. > Exactly. I have a lot of experience looking at the runtime performance of an app in a debugger/optimizer, and figuring out which methods are slow, and which objects are too big, and too plentiful. I've done this previously with ibex and I'll be doing it some more in the upcoming weeks. -Tupshin