MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / printLog

Function printLog

src/scripts/perf/measurePerformance.py:150–152  ·  view source on GitHub ↗
(txt)

Source from the content-addressed store, hash-verified

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

Callers 4

checkTimeOutPut2Function · 0.85
executeCommandFunction · 0.85
checkTimeOutPutFunction · 0.85

Calls 1

logFunction · 0.90

Tested by

no test coverage detected