Reorganize the specs module to reduce duplicate code

Signed-off-by: colramos-amd <colramos@amd.com>
This commit is contained in:
colramos-amd
2024-02-20 13:34:56 -06:00
committed by Cole Ramos
parent 4ad124a207
commit 3b1b8d7b5b
20 changed files with 495 additions and 781 deletions
-1
View File
@@ -59,7 +59,6 @@ class ArchConfig:
@dataclass
class Workload:
sys_info: pd.DataFrame = None
soc_spec: dict = None # TODO: might move it to ArchConfig
raw_pmc: pd.DataFrame = None
dfs: Dict[int, pd.DataFrame] = field(default_factory=dict)
dfs_type: Dict[int, str] = field(default_factory=dict)