![]()  | 
  
    The Gaudi Framework
    v30r3 (a5ef0a68)
    
   | 
 
Functions | |
| def | createParser () | 
| def | replaceValues (cfg_name, n, eif, aif, nthreads, scale, clone, dumpQueues, verbosity) | 
Variables | |
| options = createParser() | |
| newcfg | |
| logfile = newcfg.replace(".py", ".log") | |
| string | gaudirun = "`alias gaudirun`" | 
| string | command = "/usr/bin/time -f %%S -o timing_%s %s %s >& %s " | 
This script acts as a wrapper in order to generate Gaudi configs for running with different parameters in order to perform performance measurements. It takes command line arguments.
| def brunelWrapper.createParser | ( | ) | 
Definition at line 20 of file brunelWrapper.py.
| def brunelWrapper.replaceValues | ( | cfg_name, | |
| n, | |||
| eif, | |||
| aif, | |||
| nthreads, | |||
| scale, | |||
| clone, | |||
| dumpQueues, | |||
| verbosity | |||
| ) | 
Definition at line 44 of file brunelWrapper.py.
| string brunelWrapper.command = "/usr/bin/time -f %%S -o timing_%s %s %s >& %s " | 
Definition at line 94 of file brunelWrapper.py.
| string brunelWrapper.gaudirun = "`alias gaudirun`" | 
Definition at line 92 of file brunelWrapper.py.
| brunelWrapper.logfile = newcfg.replace(".py", ".log") | 
Definition at line 91 of file brunelWrapper.py.
| brunelWrapper.newcfg | 
Definition at line 81 of file brunelWrapper.py.
| brunelWrapper.options = createParser() | 
Definition at line 80 of file brunelWrapper.py.