MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / 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 15

printLogFunction · 0.90
runFFTTransformC2RAdvFunction · 0.85
runFFTTransformR2CAdvFunction · 0.85
runFFTTransformC2CAdvFunction · 0.85
run3DFFTTransformC2RFunction · 0.85
run3DFFTTransformR2CFunction · 0.85
run3DFFTTransformC2CFunction · 0.85
run2DFFTTransformC2RFunction · 0.85
run2DFFTTransformR2CFunction · 0.85
run2DFFTTransformC2CFunction · 0.85
run1DFFTTransformC2RFunction · 0.85
run1DFFTTransformR2CFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected