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

Function log

src/scripts/perf/performanceUtility.py:94–96  ·  view source on GitHub ↗
(filename, txt)

Source from the content-addressed store, hash-verified

92 f.write('------\n'+txt+'\n')
93
94def log(filename, txt):
95 with open(filename, 'a') as f:
96 f.write(datetime.now().ctime()+'# '+txt+'\n')
97

Callers 1

printLogFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected