next | previous | forward | backward | up | top | index | toc | home
Macaulay2 > 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. seconds

o1 = 205891132094649

See also

For the programmer

The object time is a keyword.