Initial overhaul of Analyze mode. Basic CLI is enabled.

Signed-off-by: colramos-amd <colramos@amd.com>
Tento commit je obsažen v:
colramos-amd
2023-12-04 15:47:03 -06:00
odevzdal Karl W. Schulz
rodič 98b18d9f39
revize 57a63b6eb1
70 změnil soubory, kde provedl 16199 přidání a 126 odebrání
+2
Zobrazit soubor
@@ -47,7 +47,9 @@ class OmniProfiler_Base():
def get_args(self):
return self.__args
#----------------------------------------------------
# Required methods to be implemented by child classes
#----------------------------------------------------
@abstractmethod
def pre_processing(self):
"""Perform any pre-processing steps prior to profiling.