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

Function Perf

shock-server/logger/logger.go:54–57  ·  view source on GitHub ↗

Perf is a short cut function that uses package initialized logger and performance log

(message string)

Source from the content-addressed store, hash-verified

52
53// Perf is a short cut function that uses package initialized logger and performance log
54func Perf(message string) {
55 Log.Perf(message)
56 return
57}
58
59// New configures and returns a new logger. It also kicks off the goroutine that
60// performs the log writing as messages queue.

Callers

nothing calls this directly

Calls 1

PerfMethod · 0.80

Tested by

no test coverage detected