measureTime {flacco} | R Documentation |
Measure Runtime of a Feature Computation
Description
Simple wrapper around proc.time
.
Usage
measureTime(expr, prefix, envir = parent.frame())
Arguments
expr |
[ |
prefix |
[ |
envir |
[ |
Value
Returns the value(s) of the evaluated expr
and adds two
additional attributes: the number of function evaluations
costs_fun_evals
and the runtime costs_runtime
, which was
required for evaluating the expression.
[Package flacco version 1.8 Index]