Mercurial > hg > octave-nkf
comparison scripts/miscellaneous/etime.m @ 3407:5e0a0b1cba43
[project @ 2000-01-06 03:13:55 by jwe]
author | jwe |
---|---|
date | Thu, 06 Jan 2000 03:14:17 +0000 |
parents | 02866242d3ae |
children | ae7adbb591e8 |
comparison
equal
deleted
inserted
replaced
3406:772cc0f88f09 | 3407:5e0a0b1cba43 |
---|---|
30 ## | 30 ## |
31 ## @noindent | 31 ## @noindent |
32 ## will set the variable @code{elapsed_time} to the number of seconds since | 32 ## will set the variable @code{elapsed_time} to the number of seconds since |
33 ## the variable @code{t0} was set. | 33 ## the variable @code{t0} was set. |
34 ## @end deftypefn | 34 ## @end deftypefn |
35 | 35 ## @seealso{tic, toc, clock, cputime} |
36 ## See also: tic, toc, clock, cputime | |
37 | 36 |
38 ## Author: jwe | 37 ## Author: jwe |
39 | 38 |
40 function secs = etime (t1, t0) | 39 function secs = etime (t1, t0) |
41 | 40 |