Yes, it is statically linked. In any case, there is very little usage of external libraries here.
Jon Alan Modra wrote:
On Sun, Feb 21, 2010 at 12:27:04PM -0600, Jon Turner wrote:The program in question has been compiled with -pg for all source code files.Linked statically too? If not, the missing time is probably spent in libc.so or other shared libraries.