Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ Logf
Function
Logf
devtools/tlog/log.go:24–28 ·
view source on GitHub ↗
(f string, a ...interface{})
Source
from the content-addressed store, hash-verified
22
}
23
24
func
Logf(f string, a ...
interface
{}) {
25
if
testing.Verbose() {
26
fmt.Fprintf(os.Stdout, prependTime(f), a...)
27
}
28
}
29
30
func
LogfCond(cond bool, f string, a ...
interface
{}) {
31
if
cond {
Callers
15
Test_MultiStream
Function · 0.92
Test_CompressedOne
Function · 0.92
Test_DryRun
Function · 0.92
Test_CompletionCount
Function · 0.92
streamWriteUntil
Function · 0.92
Test_MsgDryRun
Function · 0.92
testBundle
Function · 0.92
fillBucket
Function · 0.92
printMaxRingLen
Function · 0.92
memstress
Function · 0.92
TestSGLStressN
Function · 0.92
TestLocalListObjectsGetTargetURL
Function · 0.92
Calls
1
prependTime
Function · 0.85
Tested by
15
Test_MultiStream
Function · 0.74
Test_CompressedOne
Function · 0.74
Test_DryRun
Function · 0.74
Test_CompletionCount
Function · 0.74
streamWriteUntil
Function · 0.74
Test_MsgDryRun
Function · 0.74
testBundle
Function · 0.74
fillBucket
Function · 0.74
printMaxRingLen
Function · 0.74
memstress
Function · 0.74
TestSGLStressN
Function · 0.74
TestLocalListObjectsGetTargetURL
Function · 0.74