Re-enable timing

original commit: a134ec73ed7f397eccc289f9163acd81c4553f0e
This commit is contained in:
Sam Tobin-Hochstadt 2011-08-30 18:00:48 -04:00
parent a5d9b3885a
commit 86f797100b

View File

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