Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
def
log(filename, txt):
95
with
open(filename,
'a'
)
as
f:
96
f.write(datetime.now().ctime()+
'# '
+txt+
'\n'
)
97
Callers
15
printLog
Function · 0.90
runFFTTransformC2RAdv
Function · 0.85
runFFTTransformR2CAdv
Function · 0.85
runFFTTransformC2CAdv
Function · 0.85
run3DFFTTransformC2R
Function · 0.85
run3DFFTTransformR2C
Function · 0.85
run3DFFTTransformC2C
Function · 0.85
run2DFFTTransformC2R
Function · 0.85
run2DFFTTransformR2C
Function · 0.85
run2DFFTTransformC2C
Function · 0.85
run1DFFTTransformC2R
Function · 0.85
run1DFFTTransformR2C
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected