CounterTrace

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

theCounter

the counter to trace

pathToFile

the path to the file to store the trace