To illustrate the difference between time elapsed including simplification of data structures, consider the following example.
The following records only the time to evaluate the expression after the data structure is already created.
The following is the same computation but it also records the time used to create the data structure.
>
|
|
The following is the same computation as the one above, but records real time used instead of cpu time.
>
|
|