>>> How do I profile gdb? > > > When you build gdb, configure as normal. > Then use this command to build: > > make CFLAGS='-pg' Using oprofile is more useful that gprof - it's system wide and less intrusive. Andrew