All Versions
4
Latest Version
Avg Release Cycle
97 days
Latest Release
1956 days ago

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 of Time.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