Turn off TR timing.

This commit is contained in:
Vincent St-Amour 2011-08-30 15:55:15 -04:00
parent 70aaf6bf24
commit e0f4ec56c4

View File

@ -104,7 +104,7 @@ at least theoretically.
#'(void)))
;; some macros to do some timing, only when `timing?' is #t
(define-for-syntax timing? #t)
(define-for-syntax timing? #f)
(define last-time #f) (define initial-time #f)
(define (set!-initial-time t) (set! initial-time t))