mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
Added TODO
This commit is contained in:
parent
d075a3a34a
commit
06d900bea9
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
; Placeholder for future enhancement to show elapsed time by phase:
|
; Placeholder for future enhancement to show elapsed time by phase:
|
||||||
(define *start* (current-second))
|
(define *start* (current-second))
|
||||||
|
;; TODO: make this a cmd line option
|
||||||
(define *report-elapsed* #t)
|
(define *report-elapsed* #t)
|
||||||
(define (report:elapsed label)
|
(define (report:elapsed label)
|
||||||
(display "Elapsed is " (current-error-port))
|
(display "Elapsed is " (current-error-port))
|
||||||
|
|
Loading…
Add table
Reference in a new issue