|
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
[Prev in Thread] | Current Thread | [Next in Thread] |