Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

atomic_clock is convenient API around atomic int64 of monotonic clock. Use for time accounting. Do not use where actual time value matters.

Usage

Documentation

Key takeaways:

  • go get github.com/temoto/atomic_clock
  • Zero value of atomic_clock.Clock{} is usable.
  • Content is single int64 offset in nanoseconds from undefined epoch. Clock source is time.Since(epoch) which is monotonic since Go 1.9.

Flair

Build status Coverage Go Report Card

About

Atomic operations on monotonic clock for your time measurements in Go.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages