runningtime {fdm2id} | R Documentation |
Return the running time of a function
runningtime(FUN, ...)
FUN |
The function to be evaluated. |
... |
The parameters to be passes to function |
The running time of function FUN
.
sqrt (x = 1:100)
runningtime (sqrt, x = 1:100)