KIT-CMS / ntuple_processor

Submodule of ntuple-analysis containing the actual software to run the analysis
0 stars 3 forks source link

Measure time in each process for the event loop #37

Closed stwunsch closed 4 years ago

stwunsch commented 4 years ago

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".

maxgalli commented 4 years ago

addressed in https://github.com/KIT-CMS/ntuple_processor/pull/38