Fixes bug 190373: `time' macro's "running stats for" can be misleading
This commit is contained in:
parent
3c3fec3908
commit
81c17da20b
|
@ -1 +1 @@
|
|||
1427
|
||||
1428
|
||||
|
|
|
@ -1301,7 +1301,7 @@
|
|||
(lambda (stx)
|
||||
(syntax-match stx ()
|
||||
((_ expr)
|
||||
(bless `(time-it ',expr (lambda () ,expr)))))))
|
||||
(bless `(time-it (format "~s" ',expr) (lambda () ,expr)))))))
|
||||
|
||||
(define delay-macro
|
||||
(lambda (stx)
|
||||
|
|
Loading…
Reference in New Issue