get_RT_summary: Get RunTime Summary

View source: R/DataSet.R

get_RT_summaryR 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)

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.