Put a time measurement in the _run_multiprocess function and return the time. this should then be available for the user to see how imbalanced the runs are. also, add a debug message in the _run_multiprocess function for that purpose. that would clear up many cases of "bad scaling".
Put a time measurement in the
_run_multiprocess
function and return the time. this should then be available for the user to see how imbalanced the runs are. also, add a debug message in the_run_multiprocess
function for that purpose. that would clear up many cases of "bad scaling".