Wallclock time plots

This commit is contained in:
2024-03-22 18:42:18 +01:00
committed by Derek Christ
parent 353488837c
commit 43fbdd853f
6 changed files with 238 additions and 67 deletions

View File

@@ -7,7 +7,7 @@ class Configuration:
workload: str
executable: Path
level: str
pim: bool
system: str
frequency: str = "3GHz"
@dataclass(frozen=True)