Xfce Wiki

Sub domains
 

This is an old revision of the document!


Add the following into thunar/thunar/Makefile.am:

thunar_CFLAGS +=-pg

Build thunar

./autogen.sh && make

Start thunar

thunar/.libs/thunar

Start gprof:

gprof thunar/.libs/thunar > analysis.txt

Reproduce the use-case to test, than quit thunar and check the result.