save.runtime.Rd
Write Model Runtimes to Working Directory
save.runtime(name = NULL, time = NULL, other = NULL, fn = "model-runtimes.txt")
description of model to be saved under heading 'name'
optional runtime as numeric or integer
optional information to be saved under heading 'other' (e.g., number iterations, number chains, etc.)
path to existing or desired output file. This is where the runtimes and arguments will be saved. If file DNE, this function will create it.