MCPcopy Create free account
hub / github.com/MG-RAST/Shock / minuteTrace

Function minuteTrace

shock-server/trace.go:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func minuteTrace() {
26 wait := 1 * time.Minute
27 for {
28 durationTrace(wait)
29 }
30}
31
32func durationTrace(wait time.Duration) {
33 name := traceFileName()

Callers

nothing calls this directly

Calls 1

durationTraceFunction · 0.85

Tested by

no test coverage detected