help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Timing execution of function calls in Emacs lisp


From: Nordlöw
Subject: Timing execution of function calls in Emacs lisp
Date: Thu, 5 Jun 2008 06:24:45 -0700 (PDT)
User-agent: G2/1.0

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]