addTimingSimComponent: Adds elements for timing the execution time of sim components...

View source: R/solution_modifications.R

addTimingSimComponentR Documentation

Adds elements for timing the execution time of sim components (and transformers)

Description

Adds elements for timing the execution time of sim components (and transformers)

Usage

addTimingSimComponent(
  sol,
  filename = NULL,
  componentlist = NULL,
  interfaceid = "automatic_timing_interface",
  outputid = "automatic_timing_output",
  simcomponentid = "AutomaticTiming"
)

Arguments

sol

solution object

filename

optional filename to write the timing information to csv file

componentlist

optional list of component ids (if empty, all components will be timed)

interfaceid

id for the interface (optional)

outputid

id for the output (optional)

simcomponentid

id for the timing simcomponent (optional)


simplaceUtil documentation built on Aug. 6, 2024, 3:01 p.m.