Resultparser Modules¶ clasp ¶ Created on Jan 17, 2010 @author: Roland Kaminski parse(path: str, runspec: runscript.Runspec, instance: runscript.Benchmark.Instance, run: int) -> dict[str, tuple[str, Any]] ¶ Extracts some clasp statistics. Attributes: Name Type Description path str The path to the run directory. runspec Runspec The run specification of the benchmark. instance Instance The benchmark instance. run int The run number.