|
|
|||
|
|
| AbsoluteTiming[expr] evaluates expr, returning a list of the absolute number of seconds in real time that have elapsed, together with the result obtained. |
Get the total time to do a computation:
Timing just reports CPU time used:
AbsoluteTiming takes into account all time, including getting data over the internet if needed:
The second time it is run is faster since the data has been saved for immediate reuse:
|
| © 2013 Wolfram Research, Inc. |