![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
Go to the source code of this file.
Namespaces | |
| plotSpeedup | |
Functions | |
| def | plotSpeedup.getRuntime (n_algos_in_flight, n_evts_in_flight, cloneFlag) |
| def | plotSpeedup.getRuntimes () |
| def | plotSpeedup.getGraphPoints (n_evts_in_flight, cloneFlag, runtimes) |
| def | plotSpeedup.getSingleGraph (n_evts_in_flight, cloneFlag, runtimes, colour, style) |
| def | 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 = [kRed, kBlue, kOrange, kGreen, kMagenta, kCyan] * 2 |
| list | plotSpeedup.line_style_l = [1] * 6 + [2] * 6 |
| list | plotSpeedup.cloneFlag_l = [True, False] |
| tuple | plotSpeedup.filename_scheleton |
| def | plotSpeedup.runtimes = getRuntimes() |