scheme_adapters/polyfit_adapter/polyfit_adapter.py [131:138]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        for metric in metric_list:
            name = metric.split(";")[0]
            wait_command.append(name)
        subprocess.call(wait_command)
        workload_metrics = dict()
        for metric in metric_list:
            name = metric.split(";")[0]
            collect_type = metric.split(";")[1]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scheme_adapters/pso_adapter/pso_adapter.py [123:130]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        for metric in metric_list:
            name = metric.split(";")[0]
            wait_command.append(name)
        subprocess.call(wait_command)
        workload_metrics = dict()
        for metric in metric_list:
            name = metric.split(";")[0]
            collect_type = metric.split(";")[1]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



