[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/elmat]
cputime
(/tools/hpmatlab/toolbox/matlab/elmat/cputime.m)
Help text
CPUTIME CPU time in seconds.
CPUTIME returns the CPU time in seconds that has been used
by the MATLAB process since MATLAB started.
For example:
t=cputime; your_operation; cputime-t
returns the cpu time used to run your_operation.
The return value may overflow the internal representation
and wrap around.
See also ETIME, TIC, TOC, CLOCK
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON