time - Command time evaluator
time "string"
time evaluates the time take to execute line "string". time uses command execute-line(2) to execute the given string.
The following example simply times the time take to save the current buffer:-
time "save-buffer"
time is a macro defined in misc.emf.
On multi-task systems like UNIX time cannot take into account the number of other processes running at the same time, it can only return the actual time elapse. This leads to inaccuracies and variation in results.
(c) Copyright JASSPA 1999
Last Modified: 1998/08/05
Generated On: 1999/12/01