# -*- encoding: utf-8 -*- # stub: rdp-ruby-prof 0.7.4 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "rdp-ruby-prof".freeze s.version = "0.7.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Shugo Maeda and Charlie Savage".freeze] s.date = "2009-11-27" s.description = "ruby-prof is a fast code profiler for Ruby. It is a C extension and\ntherefore is many times faster than the standard Ruby profiler. It\nsupports both flat and graph profiles. For each method, graph profiles\nshow how long the method ran, which methods called it and which \nmethods it called. RubyProf generate both text and html and can output\nit to standard out or to a file.\n".freeze s.email = "shugo@ruby-lang.org and cfis@savagexi.com".freeze s.executables = ["ruby-prof".freeze] s.extensions = ["ext/extconf.rb".freeze] s.files = ["CHANGES".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "bin/ruby-prof".freeze, "examples/flat.txt".freeze, "examples/graph.html".freeze, "examples/graph.txt".freeze, "ext/#ruby_prof.c#".freeze, "ext/Makefile".freeze, "ext/extconf.rb".freeze, "ext/measure_allocations.h".freeze, "ext/measure_cpu_time.h".freeze, "ext/measure_gc_runs.h".freeze, "ext/measure_gc_time.h".freeze, "ext/measure_memory.h".freeze, "ext/measure_process_time.h".freeze, "ext/measure_wall_time.h".freeze, "ext/mingw/Rakefile".freeze, "ext/mingw/build.rake".freeze, "ext/ruby_prof.c".freeze, "ext/ruby_prof.e".freeze, "ext/ruby_prof.h".freeze, "ext/vc/ruby_prof.sln".freeze, "ext/vc/ruby_prof.vcproj".freeze, "ext/version.h".freeze, "lib/ruby-prof.rb".freeze, "lib/ruby-prof/abstract_printer.rb".freeze, "lib/ruby-prof/aggregate_call_info.rb".freeze, "lib/ruby-prof/call_info.rb".freeze, "lib/ruby-prof/call_tree_printer.rb".freeze, "lib/ruby-prof/flat_printer.rb".freeze, "lib/ruby-prof/graph_html_printer.rb".freeze, "lib/ruby-prof/graph_html_printer.rb.orig".freeze, "lib/ruby-prof/graph_html_printer.rb.rej".freeze, "lib/ruby-prof/graph_printer.rb".freeze, "lib/ruby-prof/graph_printer.rb.orig".freeze, "lib/ruby-prof/method_info.rb".freeze, "lib/ruby-prof/task.rb".freeze, "lib/ruby-prof/test.rb".freeze, "lib/unprof.rb".freeze, "rails/environment/profile.rb".freeze, "rails/example/example_test.rb".freeze, "rails/profile_test_helper.rb".freeze, "test/aggregate_test.rb".freeze, "test/basic_test.rb".freeze, "test/duplicate_names_test.rb".freeze, "test/exceptions_test.rb".freeze, "test/exclude_threads_test.rb".freeze, "test/line_number_test.rb".freeze, "test/measurement_test.rb".freeze, "test/module_test.rb".freeze, "test/no_method_class_test.rb".freeze, "test/prime.rb".freeze, "test/prime_test.rb".freeze, "test/printers_test.rb".freeze, "test/recursive_test.rb".freeze, "test/singleton_test.rb".freeze, "test/stack_test.rb".freeze, "test/start_stop_test.rb".freeze, "test/test_suite.rb".freeze, "test/thread_test.rb".freeze, "test/unique_call_path_test.rb".freeze] s.homepage = "http://rubyforge.org/projects/ruby-prof/".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.8.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Fast Ruby profiler".freeze s.test_files = ["test/test_suite.rb".freeze] end