runningtime: Running time

runningtimeR 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 FUN.

Value

The running time of function FUN.

See Also

difftime

Examples

sqrt (x = 1:100)
runningtime (sqrt, x = 1:100)

fdm2id documentation built on July 9, 2023, 6:05 p.m.

Related to runningtime in fdm2id...