home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / ELMAT.DI$ / CPUTIME.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  464 b   |  18 lines

  1. %CPUTIME CPU time in seconds.
  2. %    CPUTIME returns the CPU time in seconds that has been used
  3. %    by the MATLAB process since MATLAB started.  
  4. %
  5. %    For example:
  6. %
  7. %         t=cputime; your_operation; cputime-t
  8. %
  9. %    returns the cpu time used to run your_operation.        
  10. %    The return value may overflow the internal representation
  11. %    and wrap around.
  12. %
  13. %    See also ETIME, TIC, TOC, CLOCK
  14.  
  15. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  16. %    Built-in function.
  17.