get_RT_summary {IOHanalyzer} | R Documentation |
Get RunTime Summary
Description
Get RunTime Summary
Usage
get_RT_summary(ds, ftarget, budget, ...)
## S3 method for class 'DataSet'
get_RT_summary(ds, ftarget, budget = NULL, ...)
## S3 method for class 'DataSetList'
get_RT_summary(ds, ftarget, budget = NULL, ...)
Arguments
ds |
A DataSet or DataSetList object |
ftarget |
The function target(s) for which to get the runtime summary |
budget |
Optional; overwrites the budget found in ds for ERT-calculation |
... |
Arguments passed to other methods |
Value
A data.table containing the runtime statistics for each provided target function value
Examples
get_RT_summary(dsl, 14)
get_RT_summary(dsl[[1]], 14)
[Package IOHanalyzer version 0.1.8.10 Index]