Man Scilab

timer
Scilab Function

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 ,  

Back