ruby-prof v0.12.0 Release Notes

Release Date: 2013-01-06 // over 11 years ago
    • ๐Ÿ’Ž 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