Xfce

Subdomains
 

panel startup

  • March 19, 2006
  • Jasper Huijsmans

We not very good at keeping this blog updated, are we? Previous post was Februari 5.

Anyway, I added some code to the panel to use a very nice trick by Frederico Mena Quintero to get a pretty graph of startup performance. Benedikt already did this for Thunar.

The first graph is here: http://www.loculus.nl/xfce/files/panel-startup.png.

Interestingly, I defer so much of the actual work until the panel is actually shown, that all most of the time is spent in the gtk_widget_show() call and handling of the signals that are involved in this.

I guess I need to add more mark points to conclude anything at all ;-)