Community
Participate
Working Groups
Xavier has done some great work in bug 350198 to make the profiling tools have a cleaner look. I really like the idea of a < 100% opacity "progress"-type background but I think the current design could be tweaked (see https://bugs.eclipse.org/bugs/attachment.cgi?id=208002 for a screenshot); I'm just not sure how ;) I'm going to try to solicit the advice of a designer or two and I'll report back here.
I implemented new progress bars in: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435916 gProf uses the same percentage drawing class: org.eclipse.linuxtools.dataviewers.abstractviewers.AbstractPercentageDrawerField Thus gProf progress bars now look the same as the new gCov progress bars. I ran it with a test program. Screen shot attached: https://bugs.eclipse.org/bugs/attachment.cgi?id=243654
Implementation was merged with master.