1995-10-13 23:34:21 -04:00
|
|
|
;;; OS-dependent time stuff
|
1999-08-06 09:28:52 -04:00
|
|
|
;;; Copyright (c) 1995 by Olin Shivers. See file COPYING.
|
1995-10-13 23:34:21 -04:00
|
|
|
|
|
|
|
;;; This suffices for BSD systems with the gettimeofday()
|
|
|
|
;;; microsecond-resolution timer.
|
|
|
|
|
|
|
|
(define (ticks/sec) 1000000) ; usec
|
|
|
|
|