# | Line 162 | Line 162 | class ScriptWriter: | |
---|---|---|
162 | txt += 'CPU_INFOS=-1 \n' | |
163 | # NO carriage return for this line #Fabio | |
164 | txt += '/usr/bin/time -f \"%U %S %P\" -o cpu_timing.txt ' | |
165 | < | txt += '$executable '+args+'\n' |
165 | > | txt += '$executable '+args |
166 | > | txt += ' > executable.out 2>&1 \n' |
167 | return txt | |
168 | ||
169 | def renameOutput_(self): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |