[project @ 2000-12-19 14:30:17 by simonmar]
authorsimonmar <unknown>
Tue, 19 Dec 2000 14:30:17 +0000 (14:30 +0000)
committersimonmar <unknown>
Tue, 19 Dec 2000 14:30:17 +0000 (14:30 +0000)
commit45f650eab03f1b50fd5f8b1bad5635902ed5192a
tree8b4e576b3580011d39e8428b59a6a6e02c42aa08
parent8d865a6d9b13b061c01c1054e0c100faa9b4eac5
[project @ 2000-12-19 14:30:17 by simonmar]
- implement +RTS -t  (one-line GC stats)

- clean up: use integer variables (counting ticks) rather than doubles
  to store time values, and only call times() once on entry & exit
  from GC instead of twice.  Carry on using times() rather than
  gettimeofday(), since we don't really need the increased accuracy.
ghc/rts/Stats.c