Skip to content

cxxtimer - v1.1.0

Latest
Compare
Choose a tag to compare
@andremaravilha andremaravilha released this 10 Nov 22:47
ee928ea

cxxtimer: A timer for modern C++

A C++ head-only library that offers an easy-to-use Timer class.

What's Changed

  • Add aliases for time units (cxxtimer::ns, cxxtimer::us, cxxtimer::ms, cxxtimer::s, cxxtimer::min, cxxtimer::h).
  • Fix spelling erros.