runningtime {fdm2id} | R Documentation |
Running time
Description
Return the running time of a function
Usage
runningtime(FUN, ...)
Arguments
FUN |
The function to be evaluated. |
... |
The parameters to be passes to function |
Value
The running time of function FUN
.
See Also
Examples
sqrt (x = 1:100)
runningtime (sqrt, x = 1:100)
[Package fdm2id version 0.9.9 Index]