aboutsummaryrefslogtreecommitdiff
path: root/src/interp/debug.lisp.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/debug.lisp.pamphlet')
-rw-r--r--src/interp/debug.lisp.pamphlet2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/debug.lisp.pamphlet b/src/interp/debug.lisp.pamphlet
index f825845f..d5303b2c 100644
--- a/src/interp/debug.lisp.pamphlet
+++ b/src/interp/debug.lisp.pamphlet
@@ -1111,6 +1111,8 @@ EXAMINE (SETQ RECNO (NOTE INPUTSTREAM))
; Functions to run a timer for tracing
; It avoids timing the tracing function itself by turning the timer
; on and off
+
+(defvar |$oldTime| 0)
(defun |startTimer| ()
(SETQ $delay (PLUS $delay (DIFFERENCE (TEMPUS-FUGIT) |$oldTime|)))