--- !ruby/object:Gem::Specification name: ruby-prof version: !ruby/object:Gem::Version version: 0.15.3 platform: ruby authors: - Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes autorequire: bindir: bin cert_chain: [] date: 2015-01-16 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.5.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.5.0 - !ruby/object:Gem::Dependency name: rake-compiler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rdoc requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: | ruby-prof is a fast code profiler for Ruby. It is a C extension and therefore is many times faster than the standard Ruby profiler. It supports both flat and graph profiles. For each method, graph profiles show how long the method ran, which methods called it and which methods it called. RubyProf generate both text and html and can output it to standard out or to a file. email: shugo@ruby-lang.org, cfis@savagexi.com, rogerdpack@gmail.com, skaes@railsexpress.de executables: - ruby-prof - ruby-prof-check-trace extensions: - ext/ruby_prof/extconf.rb extra_rdoc_files: [] files: - CHANGES - LICENSE - README.rdoc - Rakefile - bin/ruby-prof - bin/ruby-prof-check-trace - doc/LICENSE.html - doc/README_rdoc.html - doc/Rack.html - doc/Rack/RubyProf.html - doc/RubyProf.html - doc/RubyProf/AbstractPrinter.html - doc/RubyProf/AggregateCallInfo.html - doc/RubyProf/CallInfo.html - doc/RubyProf/CallInfoPrinter.html - doc/RubyProf/CallInfoVisitor.html - doc/RubyProf/CallStackPrinter.html - doc/RubyProf/CallTreePrinter.html - doc/RubyProf/Cmd.html - doc/RubyProf/DotPrinter.html - doc/RubyProf/FlatPrinter.html - doc/RubyProf/FlatPrinterWithLineNumbers.html - doc/RubyProf/GraphHtmlPrinter.html - doc/RubyProf/GraphPrinter.html - doc/RubyProf/MethodInfo.html - doc/RubyProf/MultiPrinter.html - doc/RubyProf/Profile.html - doc/RubyProf/ProfileTask.html - doc/RubyProf/Thread.html - doc/created.rid - doc/css/fonts.css - doc/css/rdoc.css - doc/examples/flat_txt.html - doc/examples/graph_html.html - doc/examples/graph_txt.html - doc/fonts/Lato-Light.ttf - doc/fonts/Lato-LightItalic.ttf - doc/fonts/Lato-Regular.ttf - doc/fonts/Lato-RegularItalic.ttf - doc/fonts/SourceCodePro-Bold.ttf - doc/fonts/SourceCodePro-Regular.ttf - doc/images/add.png - doc/images/arrow_up.png - doc/images/brick.png - doc/images/brick_link.png - doc/images/bug.png - doc/images/bullet_black.png - doc/images/bullet_toggle_minus.png - doc/images/bullet_toggle_plus.png - doc/images/date.png - doc/images/delete.png - doc/images/find.png - doc/images/loadingAnimation.gif - doc/images/macFFBgHack.png - doc/images/package.png - doc/images/page_green.png - doc/images/page_white_text.png - doc/images/page_white_width.png - doc/images/plugin.png - doc/images/ruby.png - doc/images/tag_blue.png - doc/images/tag_green.png - doc/images/transparent.png - doc/images/wrench.png - doc/images/wrench_orange.png - doc/images/zoom.png - doc/index.html - doc/js/darkfish.js - doc/js/jquery.js - doc/js/navigation.js - doc/js/navigation.js.gz - doc/js/search.js - doc/js/search_index.js - doc/js/search_index.js.gz - doc/js/searcher.js - doc/js/searcher.js.gz - doc/table_of_contents.html - examples/empty.png - examples/flat.txt - examples/graph.dot - examples/graph.html - examples/graph.png - examples/graph.txt - examples/minus.png - examples/multi.flat.txt - examples/multi.graph.html - examples/multi.grind.dat - examples/multi.stack.html - examples/plus.png - examples/stack.html - ext/ruby_prof/extconf.rb - ext/ruby_prof/rp_call_info.c - ext/ruby_prof/rp_call_info.h - ext/ruby_prof/rp_measure.c - ext/ruby_prof/rp_measure.h - ext/ruby_prof/rp_measure_allocations.c - ext/ruby_prof/rp_measure_cpu_time.c - ext/ruby_prof/rp_measure_gc_runs.c - ext/ruby_prof/rp_measure_gc_time.c - ext/ruby_prof/rp_measure_memory.c - ext/ruby_prof/rp_measure_process_time.c - ext/ruby_prof/rp_measure_wall_time.c - ext/ruby_prof/rp_method.c - ext/ruby_prof/rp_method.h - ext/ruby_prof/rp_stack.c - ext/ruby_prof/rp_stack.h - ext/ruby_prof/rp_thread.c - ext/ruby_prof/rp_thread.h - ext/ruby_prof/ruby_prof.c - ext/ruby_prof/ruby_prof.h - ext/ruby_prof/vc/ruby_prof.sln - ext/ruby_prof/vc/ruby_prof_18.vcxproj - ext/ruby_prof/vc/ruby_prof_19.vcxproj - ext/ruby_prof/vc/ruby_prof_20.vcxproj - lib/ruby-prof.rb - lib/ruby-prof/aggregate_call_info.rb - lib/ruby-prof/call_info.rb - lib/ruby-prof/call_info_visitor.rb - lib/ruby-prof/compatibility.rb - lib/ruby-prof/images/empty.png - lib/ruby-prof/images/minus.png - lib/ruby-prof/images/plus.png - lib/ruby-prof/method_info.rb - lib/ruby-prof/printers/abstract_printer.rb - lib/ruby-prof/printers/call_info_printer.rb - lib/ruby-prof/printers/call_stack_printer.rb - lib/ruby-prof/printers/call_tree_printer.rb - lib/ruby-prof/printers/dot_printer.rb - lib/ruby-prof/printers/flat_printer.rb - lib/ruby-prof/printers/flat_printer_with_line_numbers.rb - lib/ruby-prof/printers/graph_html_printer.rb - lib/ruby-prof/printers/graph_printer.rb - lib/ruby-prof/printers/multi_printer.rb - lib/ruby-prof/profile.rb - lib/ruby-prof/rack.rb - lib/ruby-prof/task.rb - lib/ruby-prof/thread.rb - lib/ruby-prof/version.rb - lib/unprof.rb - ruby-prof.gemspec - test/aggregate_test.rb - test/basic_test.rb - test/block_test.rb - test/call_info_test.rb - test/call_info_visitor_test.rb - test/duplicate_names_test.rb - test/dynamic_method_test.rb - test/enumerable_test.rb - test/exceptions_test.rb - test/exclude_threads_test.rb - test/fiber_test.rb - test/line_number_test.rb - test/measure_allocations_test.rb - test/measure_cpu_time_test.rb - test/measure_gc_runs_test.rb - test/measure_gc_time_test.rb - test/measure_memory_test.rb - test/measure_process_time_test.rb - test/measure_wall_time_test.rb - test/method_elimination_test.rb - test/module_test.rb - test/multi_printer_test.rb - test/no_method_class_test.rb - test/pause_resume_test.rb - test/prime.rb - test/printers_test.rb - test/rack_test.rb - test/recursive_test.rb - test/singleton_test.rb - test/stack_printer_test.rb - test/stack_test.rb - test/start_stop_test.rb - test/test_helper.rb - test/thread_test.rb - test/unique_call_path_test.rb - test/yarv_test.rb homepage: https://github.com/ruby-prof/ruby-prof licenses: - BSD-2-Clause metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: Fast Ruby profiler test_files: - test/test_helper.rb