Time and Date¶
4 built-in function(s) in this category.
AbsoluteTime— AbsoluteTime[] (Stable)RepeatedTiming— RepeatedTiming[expr] evaluates expr repeatedly and returns a list of the average time in seconds used, together with the result obtained. (Stable)TimeConstrained— TimeConstrained[expr, t] (Stable)Timing— Timing[expr] evaluates expr, and returns a list of the time in seconds used, together with the result obtained. (Stable)