| MapTimed[f, expr] applies f to each element on the first level in expr while monitoring the progress and the estimated time remaining. |
| MapTimed[f, expr, levelspec] applies f to parts of expr specified by levelspec while monitoring the progress and the estimated time remaining. |
| Description | None | what description to print alongside the progress indicator | |
| Parallelization | False | whether or not to use ParallelMap instead of Map |
| None | only print the progress, and no desciption | |
| string | print the string string as an description alongside the progress |