From ca4ca1a27afb2fc89b60c19c60b47302a625b422 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 12 Mar 2015 15:29:55 -0700 Subject: 890 --- mu.arc | 2 +- trace.mu | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mu.arc b/mu.arc index 9aa6c736..69906bfa 100644 --- a/mu.arc +++ b/mu.arc @@ -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. diff --git a/trace.mu b/trace.mu index 89e0d17c..09664092 100644 --- a/trace.mu +++ b/trace.mu @@ -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) -- cgit 1.4.1-2-gfad0