Timeasure v0.2.1 Release Notes
Release Date: 2018-12-12 // almost 6 years ago-
๐ Changed
- Internal implementation of the Measurement class to avoid unneeded re-calculation of constant values.
Previous changes from v0.2.0
-
โ Added
- ๐ New class macros for tracking private methods in both inline and scoped visibility declaration.
๐ Changed
- Start using
Process.clock_gettime(Process::CLOCK_MONOTONIC)
instead ofTime.now
for time tracking - โฌ๏ธ Bumped up required Ruby version from 2.0 to 2.1