time

time e -- evaluates e, prints the amount of cpu time used, and returns the value of e.

     i1 = time 3^30
     
          -- used 0. seconds
     o1 = 205891132094649
     

See also timing.

Go to main index.

Go to concepts index.