Scilab Function
Last update : 14/2/2006

timer - cpu time

Calling Sequence

timer()

Description

Returns the CPU time from the preceding call to timer() .

Examples


timer();A=rand(100,100);timer()
 
  

See Also

unix_g ,