--- !ruby/object:Gem::Specification name: ruby-prof version: !ruby/object:Gem::Version hash: 59 prerelease: false segments: - 0 - 9 - 0 version: 0.9.0 platform: ruby authors: - Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes autorequire: bindir: bin cert_chain: [] date: 2010-08-11 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: os prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rake-compiler prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id002 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 extensions: - ext/ruby_prof/extconf.rb extra_rdoc_files: [] files: - Rakefile - README.rdoc - LICENSE - CHANGES - bin/ruby-prof - 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/ruby_prof.c - ext/ruby_prof/measure_allocations.h - ext/ruby_prof/measure_cpu_time.h - ext/ruby_prof/measure_gc_runs.h - ext/ruby_prof/measure_gc_time.h - ext/ruby_prof/measure_memory.h - ext/ruby_prof/measure_process_time.h - ext/ruby_prof/measure_wall_time.h - ext/ruby_prof/ruby_prof.h - ext/ruby_prof/version.h - ext/ruby_prof/mingw/Rakefile - ext/ruby_prof/mingw/build.rake - lib/ruby-prof/abstract_printer.rb - lib/ruby-prof/aggregate_call_info.rb - lib/ruby-prof/call_info.rb - lib/ruby-prof/call_stack_printer.rb - lib/ruby-prof/call_tree_printer.rb - lib/ruby-prof/dot_printer.rb - lib/ruby-prof/empty.png - lib/ruby-prof/flat_printer.rb - lib/ruby-prof/flat_printer_with_line_numbers.rb - lib/ruby-prof/graph_html_printer.rb - lib/ruby-prof/graph_printer.rb - lib/ruby-prof/method_info.rb - lib/ruby-prof/minus.png - lib/ruby-prof/multi_printer.rb - lib/ruby-prof/plus.png - lib/ruby-prof/rack.rb - lib/ruby-prof/result.rb - lib/ruby-prof/symbol_to_proc.rb - lib/ruby-prof/task.rb - lib/ruby-prof/test.rb - lib/ruby-prof.rb - lib/ruby_prof.so - lib/unprof.rb - rails/environment/profile.rb - rails/example/example_test.rb - rails/profile_test_helper.rb - test/aggregate_test.rb - test/basic_test.rb - test/current_failures_windows - test/do_nothing.rb - test/duplicate_names_test.rb - test/enumerable_test.rb - test/exceptions_test.rb - test/exclude_threads_test.rb - test/exec_test.rb - test/line_number_test.rb - test/measurement_test.rb - test/method_elimination_test.rb - test/module_test.rb - test/multi_printer_test.rb - test/no_method_class_test.rb - test/prime.rb - test/prime_test.rb - test/printers_test.rb - test/recursive_test.rb - test/ruby-prof-bin - test/singleton_test.rb - test/stack_printer_test.rb - test/stack_test.rb - test/start_stop_test.rb - test/test_suite.rb - test/thread_test.rb - test/unique_call_path_test.rb - ext/ruby_prof/extconf.rb has_rdoc: true homepage: http://rubyforge.org/projects/ruby-prof/ licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 63 segments: - 1 - 8 - 4 version: 1.8.4 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: ruby-prof rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Fast Ruby profiler test_files: - test/test_suite.rb