go-timings Several helpers for timing functions or sections of functions. e.g. func MyFunc() { defer timings.Track("MyFunc", timings.Now(), timings.Stderr) // Do stuff here }