Use real time for gc_time and non_gc_time. CPU time is typically thread local, so non_gc_time was bogus. Could still use cpu time when it isn't thread local, but that's uncommon so it's not worth the bother. Rev: src/gc.c:1.349