Tiger Quimpo <[EMAIL PROTECTED]> writes: > If you can track down what was slowing things down, it might > be interesting. Maybe some of the SELinux stuff? an strace > while starting the program might be useful, e.g., in a terminal, > you could open another terminal: > > strace gnome-terminal > strace.txt > > and then see if you can figure out from strace where the time > is going. maybe use strace -r to get relative timestamps
Or you could install htop, run it, then do your tracing from there. The advantage of this is that you can actually trace individual threads (since strace IIRC can only trace the main thread) by selecting the thread and hitting `s', as htop displays all the threads of a process by default. Cheers, Zakame -- Zak B. Elep [EMAIL PROTECTED] _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

