diff --git a/profiler/compare_tools/compare_backend/disaggregate/overall_perf_interface.py b/profiler/compare_tools/compare_backend/disaggregate/overall_perf_interface.py index 65524664ee0cde85a4ac045475b2442c8a7da396..8e7649368ffcc9130807f9d151469e228e35737c 100644 --- a/profiler/compare_tools/compare_backend/disaggregate/overall_perf_interface.py +++ b/profiler/compare_tools/compare_backend/disaggregate/overall_perf_interface.py @@ -31,7 +31,7 @@ class OverallPerfInterface: def _check_path(self): profiling_path = PathManager.get_realpath(self._profiling_path) - self._profiling_path_dict = ArgsManager().parse_profiling_path(profiling_path) + self._profiling_path_dict = ArgsManager(None).parse_profiling_path(profiling_path) def _load_data(self): args = Args(enable_profiling_compare=True)