All Versions
64
Latest Version
Avg Release Cycle
101 days
Latest Release
1440 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