Utilities`ShowTime`The function ShowTime uses the built-in function Timing to print timing information for each evaluation. After the package is loaded, ShowTime is automatically applied to every evaluation. Automatic printing of timing information can be turned off using Off[ShowTime] and turned back on using On[ShowTime]. Automatic printing of timing information. This loads the package. The time required to evaluate this numerical integral is printed before returning the result. 0.9400000000000001` Second
Out[2]= |  |
This turns automatic timing off. 0.` Second Timing information is printed if ShowTime is entered explicitly. 1.6` Second
Out[4]= |  |
|