all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Timing execution of function calls in Emacs lisp
@ 2008-06-05 13:24 Nordlöw
  2008-06-05 15:27 ` Lennart Borgman (gmail)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nordlöw @ 2008-06-05 13:24 UTC (permalink / raw)
  To: help-gnu-emacs

Is there a way to measure the execution time of function calls?

Compare with following Matlab-snippet:
  tic; do_something(with_some_arg); toc

In emacs lisp perhaps something like:
  (time FUNCTION ARGS...)

Thanks in advance,
Nordlöw


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-06-05 18:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-05 13:24 Timing execution of function calls in Emacs lisp Nordlöw
2008-06-05 15:27 ` Lennart Borgman (gmail)
2008-06-05 16:25 ` Evans Winner
2008-06-05 18:09   ` Nordlöw
2008-06-05 18:27 ` Nikolaj Schumacher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.