AbsoluteTiming
AbsoluteTiming(x)returns a list with the first entry containing the evaluation time of
xand the second entry is the evaluation result ofx.
Examples
>> AbsoluteTiming(x = 1; Pause(x); x + 3)[[1]] > 1TrueImplementation status
- ✅ - full supported