aboutsummaryrefslogtreecommitdiff
path: root/src/main/stanza/compilers.stanza
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/stanza/compilers.stanza')
-rw-r--r--src/main/stanza/compilers.stanza2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/compilers.stanza b/src/main/stanza/compilers.stanza
index b87c654e..2402d747 100644
--- a/src/main/stanza/compilers.stanza
+++ b/src/main/stanza/compilers.stanza
@@ -82,8 +82,8 @@ public defn run-passes (c:Circuit,ls:List<Pass>) :
if PRINT-CIRCUITS : println(name(p))
c* = pass(p)(c*)
if PRINT-CIRCUITS : print(c*)
- if PRINT-CIRCUITS : println-all(["Finished " name(p) "\n"])
val current-time = current-time-us()
+ println-all(["Finished " name(p) "\n"])
println-all(["Time since start: " current-time - start-time])
println-all(["Time for this pass: " current-time - t])
t = current-time