nabu.app.parse_reconstruction_log
source module nabu.app.parse_reconstruction_log
Functions
-
parse_logfile — Returns
timings: list of dict List of dictionaries: one dict per reconstruction in the log file. For each dict, the key is the pipeline step name, and the value is the list of timings for the different chunks.
source extract_timings_from_volume_reconstruction_lines(lines, separator=' - ')
source parse_logfile(fname, separator=' - ')
Returns
timings: list of dict List of dictionaries: one dict per reconstruction in the log file. For each dict, the key is the pipeline step name, and the value is the list of timings for the different chunks.
Raises
-
ValueError
source display_timings_pie(timings, reduce_function=None, cutoffs=None)