timer {pbdDEMO} | R Documentation |
A timing function for use with parallel codes executed in the batch SPMD style.
timer(timed)
timed |
expression to be timed. |
Finds the min, mean, and max execution time across all independent processes
executing the operation timed
.
A named vector containing the minimum, mean, and maximum time across all processors in the communicator. All values are global.