(txt)
| 148 | logfile = os.path.join('perfLog', (label+'-'+'blasMeasurePerfLog.txt')) |
| 149 | |
| 150 | def printLog(txt): |
| 151 | print txt |
| 152 | log(logfile, txt) |
| 153 | printLog("=========================MEASURE PERFORMANCE START===========================") |
| 154 | printLog("Process id of Measure Performance:"+str(os.getpid())) |
| 155 |
no test coverage detected