Turn off TR timing.
original commit: e0f4ec56c46109e0c4051c299925f84c3df67f84
This commit is contained in:
parent
908e5e853d
commit
4ae271ec3a
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user