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