measure time spent in gc
authorAndy Wingo <wingo@pobox.com>
Wed, 4 May 2011 16:48:02 +0000 (18:48 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 4 May 2011 18:19:52 +0000 (20:19 +0200)
commit00b6ef23f320afff35fcc3a163bc66d5f9a230e8
treebee742adde8a5dfb96b3cc22c434e5e8ee60968e
parent4a42658f6a49d17cd07919bc4632ae3bddae33e5
measure time spent in gc

* libguile/gc.c (scm_gc_stats): Set the gc-time-taken entry to our
  recorded value.
  (start_gc_timer, accumulate_gc_timer, scm_init_gc): Arrange to record
  a conservative estimate of time spent in GC.
libguile/gc.c