| Re: [mylar-dev] this week's plan (v0.3.9) |
|
Mik Kersten wrote: Strange, but it seems that it behave much better now. Could it be because I wasn't submitting user study monitoring results for several weeks? Just did that this morning... To me these 0..5 numbers already intuitive enough and single checkbox/radio would be more sufficient... Actually I wonder what kind of widget you have in mind? Please don't use sliders. By the way, it would be nice for accessibility to have the same drop-down menus available from a view menu for active search. Interestingly, but neither standard search or quick-type popup (from Ctrl-T) allows to limit results and can cause similar freeze effect (e.g. try to use Ctrl-T on Object.toString() method) Toolbar is going white, CPU load is 100% and Eclipse is not repainting widgets (actually completely weird in this case because it is not entirely gray but rather partial loss of repainting)But I'm still concerned about the freeze that you're seeing. I have 75 source projects in my workspace, and if I switch between degrees there is no noticeable delay. The initial switches to high degrees take a couple seconds or so to populate the view, until the results are cached at which point it's faster. I realize that we don't yet have reproducible steps, but could you report this as a bug where we can diagnose it? Please include the following: - description of the freeze (e.g. does Eclipse's titlebar go white), does anything populate the Progress view before the freeze Nothing in there and not in error log.- any messages that pop up in the PDE Runtime -> Error Log view 3.2M1- Eclipse, OS, and VM versions win2000 sp2 1Gb RAM Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09) Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing) That reminds me to update my patch for Eclipse 3.2... See http://jroller.com/page/eu?entry=eclipse_patches- if you have the memory profiling visible on a note on how much is allocated before and after the freeze (http://www.eclipsezone.com/java/forums/t44200.html) I've played with VisualGC and noticed heavy GC when changing degree. It seems that I should increase Eden space to reduce GC intervals. So, default settings from eclipse.ini are not good at all -vmargs -Xms40m -Xmx256m It seems that increasing eden space additionally helped with performance... regards, Eugene |