calcTime: calcTime records the system time for the PcAux functions at...

View source: R/calcTime.R

calcTimeR Documentation

calcTime records the system time for the PcAux functions at set intervals to help determine is- sues with lengthy runs. calcTime allows the user to extract timing information for specific functions of PcAux individually.

Description

calcTime records the system time for the PcAux functions at set intervals to help determine is- sues with lengthy runs. calcTime allows the user to extract timing information for specific functions of PcAux individually.

Usage

calcTime(pcAuxData, what)

Arguments

pcAuxData

A fitted object of class PcAuxData produced as output of prepData, createPcAux, or miWithPcAux functions.

what

A character vector indicating the name of a function for which to extract status information. abbreviates the functions prepData, createPcAux, and miWithPcAux as "prep", "create", and "mi", respectively.

Value

A named vector with an entry per interval.


dsquire/PcAux documentation built on May 2, 2024, 4:48 a.m.