--- !ruby/object:Gem::Specification name: ruby-prof version: !ruby/object:Gem::Version hash: 15424167 prerelease: 7 segments: - 0 - 11 - 0 - rc - 1 version: 0.11.0.rc1 platform: x86-mingw32 authors: - Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes autorequire: bindir: bin cert_chain: [] date: 2012-03-24 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: rake-compiler 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 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: [] 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/rp_call_info.c - ext/ruby_prof/rp_measure.c - 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_stack.c - ext/ruby_prof/rp_thread.c - ext/ruby_prof/ruby_prof.c - ext/ruby_prof/rp_call_info.h - ext/ruby_prof/rp_measure.h - ext/ruby_prof/rp_method.h - ext/ruby_prof/rp_stack.h - ext/ruby_prof/rp_thread.h - ext/ruby_prof/ruby_prof.h - ext/ruby_prof/version.h - lib/1.8/ruby_prof.so - lib/1.9/ruby_prof.exp - lib/1.9/ruby_prof.ilk - lib/1.9/ruby_prof.lib - lib/1.9/ruby_prof.pdb - lib/1.9/ruby_prof.so - 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/compatibility.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/profile.rb - lib/ruby-prof/rack.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.exp - lib/ruby_prof.ilk - lib/ruby_prof.lib - lib/ruby_prof.pdb - lib/ruby_prof.so - lib/unprof.rb - test/aggregate_test.rb - test/basic_test.rb - test/bug_test.rb - test/do_nothing.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/exec_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/prime.rb - test/prime_test.rb - test/printers_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/test_suite.rb - test/thread_test.rb - test/unique_call_path_test.rb - ext/ruby_prof/extconf.rb homepage: https://github.com/rdp/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: 57 segments: - 1 - 8 - 7 version: 1.8.7 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 25 segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Fast Ruby profiler test_files: - test/test_helper.rb - test/test_suite.rb