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
timing
-- time a computation
time
-- time a computation
cpuTime
-- seconds of cpu time used since Macaulay2 began
elapsedTiming
-- time a computation using time elapsed
elapsedTime
-- time a computation using time elapsed
Functions and methods returning a timing result :
timing
-- time a computation
For the programmer
The object
Time
is
a
type
, with ancestor classes
BasicList
<
Thing
.