plotSpeedup.py File Reference

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]
 
int plotSpeedup.colour_l = [kRed, kBlue, kOrange, kGreen, kMagenta, kCyan]*2
 
int plotSpeedup.line_style_l = [1]*6
 
list plotSpeedup.cloneFlag_l = [True,False]
 
string plotSpeedup.filename_scheleton = "timing_measurement_BrunelScenario_n150_eif%s_aif%s_nthreads24_c%s_dqFalse.log"
 
 plotSpeedup.runtimes = getRuntimes()