next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc > The Macaulay2 language > system facilities > time

time -- time a computation

Synopsis

Description

time e evaluates e, prints the amount of cpu time used, and returns the value of e.
i1 : time 3^30
     -- used 0.000010698 seconds

o1 = 205891132094649

See also

For the programmer

The object time is a keyword.