ResponseTraceData

constructor(pathToFile: Path, isTimeWeighted: Boolean, name: String = pathToFile.fileName.toString().removeSuffix("_Trace"))(source)

Parameters

pathToFile

path to the <responseName>_Trace file on disk.

isTimeWeighted

whether the traced response is time-weighted.

name

the response name; defaults to the file name with the _Trace suffix removed.