View source: R/solution_modifications.R
addTimingSimComponent | R Documentation |
Adds elements for timing the execution time of sim components (and transformers)
addTimingSimComponent(
sol,
filename = NULL,
componentlist = NULL,
interfaceid = "automatic_timing_interface",
outputid = "automatic_timing_output",
simcomponentid = "AutomaticTiming"
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.