Running time
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.