Function: calc-timing

calc-timing is an autoloaded, interactive and byte-compiled function defined in calc-prog.el.gz.

Signature

(calc-timing N)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-prog.el.gz
(defun calc-timing (n)
  (interactive "P")
  (calc-wrapper
   (calc-change-mode 'calc-timing n nil t)
   (message (if calc-timing
		"Reporting timing of slow commands in Trail"
	      "Not reporting timing of commands"))))