Skip to content

cognusion/go-timings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-timings

GoDoc

Several helpers for timing functions or sections of functions. e.g.

func MyFunc() {
  defer timings.Track("MyFunc", time.Now(), someLogger)
  // Do stuff here
  
}

About

Several helpers for timing functions or sections of functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages