Turn off TR timing.

original commit: e0f4ec56c46109e0c4051c299925f84c3df67f84
This commit is contained in:
Vincent St-Amour 2011-08-30 15:55:15 -04:00
parent 908e5e853d
commit 4ae271ec3a

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))