getAutoTime {Autotuner}R Documentation

getAutoTime

Description

This function returns the list of numerics stored within the 'time' slot of the Autotuner Object

Usage

getAutoTime(Autotuner)

Arguments

Autotuner

An AutoTuner object.

Value

The content of the time slot

Examples

Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
intensity <- getAutoTime(Autotuner)

[Package Autotuner version 1.0.1 Index]