[NBLUG/talk] Dramatic slow down moving from gcc 2.96 to 4.1.1
Eric Eisenhart
eric at nblug.org
Mon Jun 11 15:51:02 PDT 2007
On Mon, Jun 11, 2007 at 12:45:27PM -0800, Roger House wrote:
> What profiling tools might I use to see which system calls are taking so
> much time?
Oh, also: strace.
For profiling, use:
strace -c program
If your program does any kind of forking, you'll probably need to add -Ff to
the options.
I usually use strace to watch programs as they run; for that much more
noisy version, just leave the -c out.
--
Eric Eisenhart
NBLUG Co-Founder
The North Bay Linux Users Group -- http://nblug.org/
eric at nblug.org, IRC: Freiheit at fn AIM: falschfreiheit
Jabber/XMPP/GTalk: freiheit at gmail.com
More information about the talk
mailing list