![]() |
The Gaudi Framework
master (82fdf313)
|
Go to the source code of this file.
Namespaces | |
namespace | plotSpeedup |
Functions | |
plotSpeedup.getRuntime (n_algos_in_flight, n_evts_in_flight, cloneFlag) | |
plotSpeedup.getRuntimes () | |
plotSpeedup.getGraphPoints (n_evts_in_flight, cloneFlag, runtimes) | |
plotSpeedup.getSingleGraph (n_evts_in_flight, cloneFlag, runtimes, colour, style) | |
plotSpeedup.make_plot (runtimes, cloneFlag) | |
Variables | |
list | plotSpeedup.n_algos_in_flight_l = [1, 2, 5, 7, 10, 16, 20, 22] |
list | plotSpeedup.n_evts_in_flight_l = [1, 2, 4, 6, 7, 8, 9, 11, 13, 14, 15] |
list | plotSpeedup.colour_l |
list | plotSpeedup.line_style_l = [1] * 6 + [2] * 6 |
list | plotSpeedup.cloneFlag_l = [True, False] |
tuple | plotSpeedup.filename_scheleton |
plotSpeedup.runtimes = getRuntimes() | |