Skip to content

ModuleManager: Allow Creation of Event Processing Time Plots

Simon Spannagel requested to merge mt_statistics into multithreading

This MR adds a new framework parameter performance_plots with which users can enable the collection of detailed processing time information from the framework. Plots for the total processing time per event as well as the event processing time for individual modules will be recorded and stored in a directory "performance" of the modules ROOT file.

If you have additional ideas what would be interesting to observe in terms of performance, let me know.

Edited by Simon Spannagel

Merge request reports