This commit is contained in:
Kartik K. Agaram 2015-03-12 15:29:55 -07:00
parent d92a6115b9
commit ca4ca1a27a
2 changed files with 2 additions and 1 deletions

2
mu.arc
View File

@ -1,4 +1,4 @@
(ero "initializing mu.. (takes ~4s)")
(ero "initializing mu.. (takes ~5s)")
;; profiler (http://arclanguage.org/item?id=11556)
; Keeping this right on top as a reminder to profile before guessing at why my
; program is slow.

View File

@ -1012,6 +1012,7 @@
(function browse-trace [
(default-space:space-address <- new space:literal 30:literal/capacity)
($print (("parsing trace... (might take a while, depending on how long the trace is\n" literal)))
(x:string-address <- next-input)
(screen-height:integer <- next-input)
(s:stream-address <- init-stream x:string-address)