Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » system facilities » cpuTime
next | previous | forward | backward | up | index | toc

cpuTime -- seconds of cpu time used since Macaulay2 began

Description

i1 : t1 = cpuTime()

o1 = 389.783342072

o1 : RR (of precision 53)
i2 : for i from 0 to 1000000 do 223131321321*324234324324;
i3 : t2 = cpuTime()

o3 = 392.140650205

o3 : RR (of precision 53)
i4 : t2-t1

o4 = 2.357308133000004

o4 : RR (of precision 53)

See also

For the programmer

The object cpuTime is a compiled function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Macaulay2Doc/functions/cpuTime-doc.m2:26:0.