All Versions
64
Latest Version
Avg Release Cycle
101 days
Latest Release
1441 days ago

Changelog History
Page 3

  • v0.15.2 Changes

    May 20, 2014
    • 🖨 rack middleware creates print dir for profile result (Neng)
  • v0.15.1 Changes

    May 20, 2014
    • ➕ added license to gemspec
  • v0.15.0 Changes

    May 02, 2014
    • 👌 improved cpu time measurement (Charlie Somerville)
  • v0.14.2 Changes

    January 05, 2014
    • 🏁 hopefully fixed compile problem under Windows
  • v0.14.0 Changes

    January 02, 2014
    • 👌 support ruby 2.1.0
    • ⬇️ dropped support for 1.8.x, 1.9.1 and 1.9.2
  • v0.13.1 Changes

    December 14, 2013
    • speed up for displaying large call stacks (Benjamin Quoming)
  • v0.13 Changes

    March 10, 2013
    • 👌 support fibers on 1.9.x+
    • 👌 improved display for very wide call stacks (Sammy Larbi)
  • v0.12.2 Changes

    February 13, 2013
    • 🛠 Fixed segfault when using falcon or railsexpress patches for 1.9.3
  • v0.12.1 Changes

    January 07, 2013
    • ➕ Add back in pause/resume support since Rails uses it
  • v0.12.0 Changes

    January 06, 2013
    • 💎 Ruby 2.0.0 support (Charlie Savage)
    • 🛠 Fix issue where profiling results could exceed 100% if profile code had multiple top level methods (Charlie Savage)
    • 💎 Replaced RubyProf::Thread#top_method with RubyProf::Thread#top_methods (Charlie Savage)
    • ➕ Added RubyProf::Thread#total_time (Charlie Savage)
    • ✂ Remove the -r and -e command line options. If you need specific libraries or code profiled then add them to your code (Charlie Savage).
    • 💎 Rewrite ruby-prof script to be more self-contained (Gary Weaver)
    • 🛠 Fix list formatting in readme (Thilo Rusche)
    • ✂ Remove pause/resume support since its buggy and complicates the code