I have developed a graphical editor using GEF. in the first phase, I was
just concerned with getting things working, and wasn't paying too much
attention to optimizing code, especially for drawing routines and updating
figures. To make my program more user-friendly, I'd like to do that now.
I wonder if somebody has experience in doing such optimizations. I'd like
to somehow measure which improvements actually help, and at which code I
should start improving.
Is profiling possible? My editor needs a full Eclipse running. Or is there
no other means than going through the code, line by line, and applying
common sense how to optimize it?