;;; 7/18/2001 Alexander Repenning ;;; Micro Second Timer ;;; Fred Extension: Ctrl-x Ctrl-t will show the time is takes to compute the ;;; current form selected in a Fred buffer. Time is in micro seconds ;;; unlike a previous version of this code called hires timer, code will be executed ;;; only once. (in-package :CCL) (eval-when (:compile-toplevel :load-toplevel :execute) (defmacro TIME-TO-RUN (&body Form) " in: &body Form {t}. Measure the time is takes to run