Community
Participate
Working Groups
Created attachment 213105 [details] illustrative screenshot There are some UI oddities in the GProf tables. It would be nice to clean this up to have a more polished look. Issues I see include: - %Time title is odd. Maybe add a space in between '%' and 'Time'? - the %Time column is very wide and the Name column is very narrow meaning only very short function names can be seen without re-sizing that column - the colourization doesn't fill the entire %Time cells. There is a slight section of transparency to the left of the coloured cell data. I'll attach a screenshot to illustrate.
Hi, Partially resolved by commit fdf6afd21f02135c7b1ee74a1589184c243c2c5e - change "%Time" by "% Time" - extends default width of Name column to 250 pixels by default Note: The default width of "%Time" column is 100 pixels. SWT automatically expand the last column when there is remaining space. Have you a suggestion for a better behaviour ? Note 2: Columns width are saved when user modify them (and applied next time user open gprof view)
(In reply to comment #1) > Hi, > > Partially resolved by commit fdf6afd21f02135c7b1ee74a1589184c243c2c5e > > - change "%Time" by "% Time" > - extends default width of Name column to 250 pixels by default This seems like a good plan. Can it be a percentage of the table width instead in case of low screen resolutions? > Note: The default width of "%Time" column is 100 pixels. > SWT automatically expand the last column when there is remaining space. > Have you a suggestion for a better behaviour ? No :) > Note 2: Columns width are saved when user modify them (and applied next time > user open gprof view) Cool.
Xavier, what's the status here?
The only thing not done is "There is a slight section of transparency to the left of the coloured cell data" (on linux) But I'm afraid we can't fix. It depends on some obscure GTK settings.