Counter Trace
constructor(theCounter: CounterCIfc, pathToFile: Path = (theCounter as Response).myModel.outputDirectory.outDir.resolve(
theCounter.name.replace(':', '_') + "_Trace"))(source)
constructor(theCounter: Counter, pathToFile: Path = theCounter.myModel.outputDirectory.outDir.resolve(
theCounter.name.replace(':', '_') + "_Trace"))(source)
Parameters
the Counter
the counter to trace
path To File
the path to the file to store the trace