--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: ruby-prof version: !ruby/object:Gem::Version version: 0.4.1 date: 2006-06-22 15:36:48 -06:00 summary: Fast Ruby profiler require_paths: - lib email: shugo@ruby-lang.org and cfis@savagexi.com homepage: http://rubyforge.org/projects/ruby-prof/ rubyforge_project: ruby-prof 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. autorequire: ruby-prof default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.2 version: platform: mswin32 signing_key: cert_chain: authors: - Shugo Maeda and Charlie Savage files: - Rakefile - README - LICENSE - CHANGES - bin/ruby-prof - lib/ruby-prof - lib/ruby-prof.rb - lib/unprof.rb - lib/ruby-prof/flat_printer.rb - lib/ruby-prof/graph_html_printer.rb - lib/ruby-prof/graph_printer.rb - lib/ruby-prof/profiletask.rb - examples/flat.txt - examples/graph.html - examples/graph.txt - ext/extconf.rb - ext/ruby_prof.c - ext/win32 - doc/classes - doc/created.rid - doc/files - doc/rdoc-style.css - doc/files/bin - doc/files/examples - doc/files/ext - doc/files/lib - doc/files/LICENSE.html - doc/files/README.html - doc/files/bin/ruby-prof.html - doc/files/examples/flat_txt.html - doc/files/examples/graph_html.html - doc/files/examples/graph_txt.html - doc/files/ext/ruby_prof_c.html - doc/files/lib/ruby-prof - doc/files/lib/ruby-prof_rb.html - doc/files/lib/unprof_rb.html - doc/files/lib/ruby-prof/flat_printer_rb.html - doc/files/lib/ruby-prof/graph_html_printer_rb.html - doc/files/lib/ruby-prof/graph_printer_rb.html - doc/files/lib/ruby-prof/profiletask_rb.html - test/basic_test.rb - test/clock_mode_test.rb - test/duplicate_names_test.rb - test/module_test.rb - test/prime.rb - test/prime_test.rb - test/printers_test.rb - test/recursive_test.rb - test/test_helper.rb - test/test_suite.rb - test/thread_test.rb - test/timing_test.rb - lib/ruby_prof.so test_files: - test/test_helper.rb - test/test_suite.rb rdoc_options: - --title - ruby-prof - --inline-source - --line-numbers - --main - README extra_rdoc_files: - bin/ruby-prof - examples/flat.txt - examples/graph.txt - examples/graph.html - ext/ruby_prof.c - README - LICENSE executables: - ruby-prof extensions: [] requirements: [] dependencies: []