Tentative list of missing functions that could be useful when performing profiling studies: - ~~`list_experiments`: returns a list of experiments, with some basic information (e.g., status, workdir)~~ The same effect can be achieved by using the `__repr__` method of the different objects (see #41) - `delete_experiment`: delete a given experiment - `parse_load_balancing_data`: parses data from a load-balancing study (that's a study where CPU cores are divided among tasks in different ways)
Tentative list of missing functions that could be useful when performing profiling studies:
The same effect can be achieved by using thelist_experiments: returns a list of experiments, with some basic information (e.g., status, workdir)__repr__method of the different objects (see Add __repr__ methods to ProfilingManager and ProfilingExperiment. #41)delete_experiment: delete a given experimentparse_load_balancing_data: parses data from a load-balancing study (that's a study where CPU cores are divided among tasks in different ways)