All Versions
4
Latest Version
Avg Release Cycle
97 days
Latest Release
1564 days ago
Changelog History
Changelog History
-
v0.2.1 Changes
December 12, 2018๐ Changed
- Internal implementation of the Measurement class to avoid unneeded re-calculation of constant values.
-
v0.2.0 Changes
March 12, 2018โ 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
-
v0.1.1 Changes
February 24, 2018โ Added
- Specs for describing the proper way to track private methods.
๐ Fixed
- ๐ Minor performance issue in class macros
-
v0.1.0 Changes
February 24, 2018โ Added
- Timeasure main code
- Timeasure profiler