about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index 6b3091ab..22effc69 100644
--- a/mu.arc
+++ b/mu.arc
@@ -1,4 +1,6 @@
 ;; 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.
 (mac proc (name params . body)
   `(def ,name ,params ,@body nil))