Revert "Re-enable timing"

This reverts commit a134ec73ed7f397eccc289f9163acd81c4553f0e.

original commit: ff1776e5224dfcb1d8c864d7d3e22f35deec53ad
This commit is contained in:
Sam Tobin-Hochstadt 2011-09-03 20:51:35 -04:00
parent 86f797100b
commit 725bebd576

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? #t)
(define-for-syntax timing? #f)
(define last-time #f) (define initial-time #f)
(define (set!-initial-time t) (set! initial-time t))