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

Time -- the class of all timing results

Description

Time is the class of all timing results. Each timing result is a basic list of the form {t,v}, where t is the number of seconds of cpu time used, and v is the value of the expression.

See also

Functions and methods returning a timing result :

For the programmer

The object Time is a type, with ancestor classes BasicList < Thing.