[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GC stats



In some problems, my neural net code was spending a lot more time in GC
than I realized.  I turned off gc-verbose because GC messages were messing
up my output.  It would really be nice if the TIME macro would report GC
time separately from other runtime.  I don't know if we need additional
hooks in the GC module to make this possible.

-- Scott