![]() |
The Gaudi Framework
v27r0
|
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] |
list | plotSpeedup.line_style_l = [1] |
list | plotSpeedup.cloneFlag_l = [True,False] |
string | plotSpeedup.filename_scheleton = "timing_measurement_BrunelScenario_n150_eif%s_aif%s_nthreads24_c%s_dqFalse.log" |
tuple | plotSpeedup.runtimes = getRuntimes() |