- jiffies-per-secondprocedure
Returns an exact integer representing the number of jiffies per SI second. This value is an implementation-specified constant.
(define (time-length) (let ((list (make-list 100000)) (start (current-jiffy))) (length list) (/ (- (current-jiffy) start) (jiffies-per-second))))