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

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

Re: Timing execution of function calls in Emacs lisp


From: Lennart Borgman (gmail)
Subject: Re: Timing execution of function calls in Emacs lisp
Date: Thu, 05 Jun 2008 17:27:41 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Nordlöw wrote:
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...)


Maybe the benchmark elisp library?




reply via email to

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