[rocprofiler-compute][TUI] Updates and refactor. (#703)

This commit is contained in:
xuchen-amd
2025-08-22 11:02:32 -04:00
committed by GitHub
parent 59a8c8011d
commit ed877433f3
4 changed files with 108 additions and 150 deletions
@@ -230,7 +230,7 @@ class RocProfCompute:
if arch in self.__supported_archs.keys():
ac = schema.ArchConfig()
ac.panel_configs = file_io.load_panel_configs(
self.__args.config_dir.joinpath(arch)
[self.__args.config_dir.joinpath(arch)]
)
sys_info = self.__mspec.get_class_members().iloc[0]
parser.build_dfs(archConfigs=ac, filter_metrics=[], sys_info=sys_info)