diff --git a/cyclone.scm b/cyclone.scm index 14204da8..3542eaae 100644 --- a/cyclone.scm +++ b/cyclone.scm @@ -27,6 +27,7 @@ ; Placeholder for future enhancement to show elapsed time by phase: (define *start* (current-second)) +;; TODO: make this a cmd line option (define *report-elapsed* #t) (define (report:elapsed label) (display "Elapsed is " (current-error-port))