A better way to debug that would be to compile with -g -pg flags to enable profiling, then exit the zone after the zone has started, then use gprof to look at the gmon.out file to determine where all the time in the executable is being spent.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
|