Skip to content

Instantly share code, notes, and snippets.

@davidmles
Created June 27, 2014 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidmles/79a2b7c20bfa9b2a1281 to your computer and use it in GitHub Desktop.
Save davidmles/79a2b7c20bfa9b2a1281 to your computer and use it in GitHub Desktop.
Minitest profile in a new Rails engine
david$ test/dummy/bin/rake -rprofile test
Run options: --seed 62041
# Running:
.
Finished in 0.004231s, 236.3507 runs/s, 236.3507 assertions/s.
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
% cumulative self self total
time seconds seconds calls ms/call ms/call name
9.09 0.02 0.02 32 0.63 7.19 Rake::DSL#namespace
9.09 0.04 0.02 75 0.27 2.93 Kernel#require
4.55 0.05 0.01 161 0.06 0.06 Rake::LinkedList#each
4.55 0.06 0.01 6 1.67 1.67 IO.pipe
4.55 0.07 0.01 84 0.12 0.12 Array#include?
4.55 0.08 0.01 11 0.91 1.82 Rake::TestTask#initialize
4.55 0.09 0.01 12 0.83 0.83 Module#module_eval
4.55 0.10 0.01 345 0.03 0.03 Kernel#respond_to?
4.55 0.11 0.01 131 0.08 0.46 Rake::DSL#task
4.55 0.12 0.01 168 0.06 0.36 Rake::Task.define_task
4.55 0.13 0.01 591 0.02 0.10 Class#new
4.55 0.14 0.01 147 0.07 0.07 BasicObject#singleton_method_added
4.55 0.15 0.01 549 0.02 0.02 Module#method_added
4.55 0.16 0.01 2 5.00 5.00 Dir.pwd
4.55 0.17 0.01 178 0.06 0.11 Rake::TaskManager#resolve_args
4.55 0.18 0.01 137 0.07 3.21 nil#
4.55 0.19 0.01 190 0.05 0.05 Rake::TaskManager#resolve_args_with_dependencies
4.55 0.20 0.01 6 1.67 1.67 Rails::Paths::Path#existent
4.55 0.21 0.01 17 0.59 0.59 Module#attr_reader
4.55 0.22 0.01 114 0.09 0.09 IO#set_encoding
0.00 0.22 0.00 1 0.00 0.00 Hash#update
0.00 0.22 0.00 5 0.00 0.00 Rake::FileList.glob
0.00 0.22 0.00 101 0.00 0.00 Array#first
0.00 0.22 0.00 2 0.00 0.00 Rake::Application#have_rakefile
0.00 0.22 0.00 271 0.00 0.00 Rake.application
0.00 0.22 0.00 1 0.00 0.00 Rake.original_dir
0.00 0.22 0.00 3 0.00 0.00 Dir.chdir
0.00 0.22 0.00 1 0.00 10.00 Rake::Application#find_rakefile_location
0.00 0.22 0.00 18 0.00 0.00 Rake::Application#options
0.00 0.22 0.00 17 0.00 0.00 Symbol#id2name
0.00 0.22 0.00 17 0.00 0.00 String#chomp!
0.00 0.22 0.00 17 0.00 0.00 OpenStruct#method_missing
0.00 0.22 0.00 14 0.00 0.00 Kernel#nil?
0.00 0.22 0.00 1 0.00 0.00 Rake::Application#print_rakefile_directory
0.00 0.22 0.00 21 0.00 0.00 File.expand_path
0.00 0.22 0.00 91 0.00 0.00 ActiveSupport::Dependencies.mechanism
0.00 0.22 0.00 94 0.00 0.00 Symbol#==
0.00 0.22 0.00 91 0.00 0.00 ActiveSupport::Dependencies#load?
0.00 0.22 0.00 91 0.00 0.00 ActiveSupport::Dependencies.constant_watch_stack
0.00 0.22 0.00 91 0.00 0.00 ActiveSupport::Dependencies::WatchStack#watching?
0.00 0.22 0.00 6 0.00 0.00 Dir.glob
0.00 0.22 0.00 103 0.00 0.00 File.exist?
0.00 0.22 0.00 150 0.00 2.93 ActiveSupport::Dependencies::Loadable#require
0.00 0.22 0.00 91 0.00 8.35 ActiveSupport::Dependencies::Loadable#load_dependency
0.00 0.22 0.00 2 0.00 0.00 Kernel#caller
0.00 0.22 0.00 41 0.00 0.00 String#split
0.00 0.22 0.00 1 0.00 0.00 File.basename
0.00 0.22 0.00 86 0.00 0.00 String#==
0.00 0.22 0.00 1 0.00 0.00 TracePoint#enable
0.00 0.22 0.00 185 0.00 0.00 Array#last
0.00 0.22 0.00 181 0.00 0.00 Kernel#is_a?
0.00 0.22 0.00 53 0.00 0.00 Kernel#respond_to_missing?
0.00 0.22 0.00 2 0.00 0.00 Rake::Application#collect_command_line_tasks
0.00 0.22 0.00 3 0.00 0.00 Array#flatten
0.00 0.22 0.00 1 0.00 0.00 Array#compact!
0.00 0.22 0.00 4 0.00 0.00 Array#uniq!
0.00 0.22 0.00 1 0.00 0.00 Gem::Requirement#initialize
0.00 0.22 0.00 1 0.00 0.00 Array#[]=
0.00 0.22 0.00 1 0.00 0.00 Gem::Requirement.create
0.00 0.22 0.00 1 0.00 0.00 Gem::Dependency#initialize
0.00 0.22 0.00 29 0.00 0.00 Bundler::SpecSet#sorted
0.00 0.22 0.00 2 0.00 0.00 Enumerable#find
0.00 0.22 0.00 34 0.00 0.00 Kernel#gem
0.00 0.22 0.00 1 0.00 0.00 Bundler::SpecSet#each
0.00 0.22 0.00 6 0.00 0.00 NilClass#nil?
0.00 0.22 0.00 1 0.00 0.00 Exception#initialize
0.00 0.22 0.00 1 0.00 0.00 Exception#respond_to?
0.00 0.22 0.00 1 0.00 0.00 Gem::Dependency#requirement
0.00 0.22 0.00 1 0.00 0.00 Exception#exception
0.00 0.22 0.00 1 0.00 0.00 Kernel.raise
0.00 0.22 0.00 2 0.00 0.00 Exception#backtrace
0.00 0.22 0.00 1 0.00 0.00 Method#call
0.00 0.22 0.00 37 0.00 0.00 String#start_with?
0.00 0.22 0.00 39 0.00 0.00 Kernel#raise
0.00 0.22 0.00 3 0.00 0.00 Array#reject!
0.00 0.22 0.00 52 0.00 0.00 Class#inherited
0.00 0.22 0.00 1 0.00 0.00 Kernel#freeze
0.00 0.22 0.00 2 0.00 0.00 Array#+
0.00 0.22 0.00 3 0.00 0.00 Hash#fetch
0.00 0.22 0.00 49 0.00 0.00 Module#autoload
0.00 0.22 0.00 9 0.00 0.00 Module#append_features
0.00 0.22 0.00 7 0.00 0.00 Module#included
0.00 0.22 0.00 9 0.00 0.00 Module#include
0.00 0.22 0.00 6 0.00 0.00 OptionParser::List#search
0.00 0.22 0.00 32 0.00 0.31 Module#attr_accessor
0.00 0.22 0.00 13 0.00 0.00 Module#private
0.00 0.22 0.00 23 0.00 0.00 Array#initialize_copy
0.00 0.22 0.00 82 0.00 0.00 Kernel#initialize_dup
0.00 0.22 0.00 61 0.00 0.00 Kernel#dup
0.00 0.22 0.00 190 0.00 0.00 Kernel#block_given?
0.00 0.22 0.00 5 0.00 0.00 Rake::FileList#initialize
0.00 0.22 0.00 3 0.00 0.00 RDoc::Task#defaults
0.00 0.22 0.00 3 0.00 0.00 RDoc::Task#check_names
0.00 0.22 0.00 10 0.00 0.00 Rake::FileList#include
0.00 0.22 0.00 1 0.00 0.00 Kernel#catch
0.00 0.22 0.00 2 0.00 0.00 RDoc::Task#rdoc_task_description
0.00 0.22 0.00 55 0.00 0.00 Rake::DSL#desc
0.00 0.22 0.00 254 0.00 0.00 Symbol#to_s
0.00 0.22 0.00 9 0.00 0.00 RDoc::Task#rdoc_task_name
0.00 0.22 0.00 83 0.00 0.00 Rake::TaskManager#resolve_args_without_dependencies
0.00 0.22 0.00 22 0.00 5.00 Proc#call
0.00 0.22 0.00 77 0.00 0.00 Module#ancestors
0.00 0.22 0.00 275 0.00 0.00 Module#==
0.00 0.22 0.00 161 0.00 0.00 Array#reverse
0.00 0.22 0.00 161 0.00 0.00 Rake::LinkedList::EmptyLinkedList#empty?
0.00 0.22 0.00 30 0.00 0.00 Array#<<
0.00 0.22 0.00 40 0.00 0.00 Enumerable#to_a
0.00 0.22 0.00 40 0.00 0.00 Rake::LinkedList.empty
0.00 0.22 0.00 96 0.00 0.00 Rake::LinkedList.make
0.00 0.22 0.00 14 0.00 0.00 Rake::Scope::EmptyScope#path_with_task_name
0.00 0.22 0.00 131 0.00 0.08 Rake::Task.scope_name
0.00 0.22 0.00 173 0.00 0.00 Array#map
0.00 0.22 0.00 680 0.00 0.00 String#to_s
0.00 0.22 0.00 145 0.00 0.00 BasicObject#initialize
0.00 0.22 0.00 144 0.00 0.00 Mutex#initialize
0.00 0.22 0.00 144 0.00 0.00 MonitorMixin#mon_initialize
0.00 0.22 0.00 144 0.00 0.00 MonitorMixin#initialize
0.00 0.22 0.00 141 0.00 0.00 Rake::TaskManager#current_scope
0.00 0.22 0.00 141 0.00 0.00 Rake::Task#initialize
0.00 0.22 0.00 168 0.00 0.00 Rake::TaskManager#intern
0.00 0.22 0.00 168 0.00 0.00 Array#|
0.00 0.22 0.00 168 0.00 0.00 Rake::Task#enhance
0.00 0.22 0.00 345 0.00 0.14 Rake::TaskManager#define_task
0.00 0.22 0.00 42 0.00 0.00 Array#reverse_each
0.00 0.22 0.00 8 0.00 0.00 OptionParser#visit
0.00 0.22 0.00 2 0.00 0.00 RDoc::Task#rerdoc_task_description
0.00 0.22 0.00 3 0.00 0.00 RDoc::Task#rerdoc_task_name
0.00 0.22 0.00 9 0.00 0.00 RDoc::Task#clobber_task_name
0.00 0.22 0.00 98 0.00 0.00 Array#pop
0.00 0.22 0.00 3 0.00 0.00 OptionParser::List#each_option
0.00 0.22 0.00 96 0.00 0.00 Hash#each
0.00 0.22 0.00 216 0.00 0.05 Enumerable#map
0.00 0.22 0.00 2 0.00 0.00 RDoc::Task#clobber_task_description
0.00 0.22 0.00 37 0.00 0.00 Rake::FileTask.scope_name
0.00 0.22 0.00 34 0.00 0.29 Rake::DSL#file_create
0.00 0.22 0.00 10 0.00 0.00 BasicObject#==
0.00 0.22 0.00 11 0.00 0.00 Fixnum#==
0.00 0.22 0.00 10 0.00 0.00 BasicObject#!=
0.00 0.22 0.00 34 0.00 0.59 Rake::DSL#directory
0.00 0.22 0.00 26 0.00 0.00 File.dirname
0.00 0.22 0.00 10 0.00 1.00 Rake.each_dir_parent
0.00 0.22 0.00 22 0.00 0.00 Rake::FileList#resolve
0.00 0.22 0.00 24 0.00 0.00 Kernel#object_id
0.00 0.22 0.00 10 0.00 0.00 Rake::FileList#<<
0.00 0.22 0.00 5 0.00 0.00 Rake::FileList#resolve_add
0.00 0.22 0.00 73 0.00 0.00 String#=~
0.00 0.22 0.00 108 0.00 0.00 Rake::FileList#excluded_from_list?
0.00 0.22 0.00 37 0.00 0.00 Enumerable#any?
0.00 0.22 0.00 11 0.00 0.00 Rake::FileList#add_matching
0.00 0.22 0.00 12 0.00 0.00 Rake::FileList#resolve_exclude
0.00 0.22 0.00 2 0.00 0.00 Rake::FileList#reject!
0.00 0.22 0.00 3 0.00 0.00 Rake::FileList#to_a
0.00 0.22 0.00 3 0.00 0.00 Rake::FileList#to_ary
0.00 0.22 0.00 2 0.00 0.00 Array#compact
0.00 0.22 0.00 6 0.00 0.00 RDoc::Task#rdoc_target
0.00 0.22 0.00 3 0.00 0.00 Rake::DSL#file
0.00 0.22 0.00 2 0.00 10.00 RDoc::Task#define
0.00 0.22 0.00 3 0.00 10.00 RDoc::Task#initialize
0.00 0.22 0.00 64 0.00 0.00 Kernel#kind_of?
0.00 0.22 0.00 32 0.00 0.00 String#to_str
0.00 0.22 0.00 90 0.00 0.00 Rake::LinkedList#initialize
0.00 0.22 0.00 32 0.00 0.00 Kernel#initialize_copy
0.00 0.22 0.00 32 0.00 0.00 Rake::NameSpace#initialize
0.00 0.22 0.00 310 0.00 0.00 Rake::LinkedList#empty?
0.00 0.22 0.00 58 0.00 0.00 Rake::LinkedList.cons
0.00 0.22 0.00 385 0.00 0.03 Rake::Scope#path
0.00 0.22 0.00 124 0.00 0.00 Array#join
0.00 0.22 0.00 121 0.00 0.08 Rake::Scope#path_with_task_name
0.00 0.22 0.00 19 0.00 1.05 Object#app_task
0.00 0.22 0.00 32 0.00 6.56 Rake::TaskManager#in_namespace
0.00 0.22 0.00 121 0.00 2.48 Array#each
0.00 0.22 0.00 2 0.00 0.00 Rake::Application#parse_task_string
0.00 0.22 0.00 7 0.00 0.00 Rake::TaskManager#lookup_in_scope
0.00 0.22 0.00 3 0.00 0.00 Kernel#loop
0.00 0.22 0.00 3 0.00 0.00 Rake::TaskManager#lookup
0.00 0.22 0.00 3 0.00 0.00 Rake::TaskManager#[]
0.00 0.22 0.00 2 0.00 0.00 Rake::Task#arg_names
0.00 0.22 0.00 2 0.00 0.00 Enumerable#each_with_index
0.00 0.22 0.00 2 0.00 0.00 Rake::TaskArguments#initialize
0.00 0.22 0.00 16 0.00 0.00 Kernel#class
0.00 0.22 0.00 2 0.00 0.00 Rake::LinkedList::EmptyLinkedList.cons
0.00 0.22 0.00 2 0.00 0.00 Rake::LinkedList#conj
0.00 0.22 0.00 2 0.00 0.00 Rake::InvocationChain::EmptyInvocationChain#append
0.00 0.22 0.00 2 0.00 0.00 Rake::InvocationChain.append
0.00 0.22 0.00 9 0.00 0.00 Thread.current
0.00 0.22 0.00 3 0.00 0.00 Mutex#lock
0.00 0.22 0.00 3 0.00 0.00 MonitorMixin#mon_enter
0.00 0.22 0.00 2 0.00 0.00 Rake::Task#prerequisite_tasks
0.00 0.22 0.00 2 0.00 0.00 Rake::Task#invoke_prerequisites
0.00 0.22 0.00 2 0.00 0.00 Rake::Task#needed?
0.00 0.22 0.00 2 0.00 0.00 Proc#arity
0.00 0.22 0.00 1 0.00 0.00 Rails::Engine#railties
0.00 0.22 0.00 14 0.00 0.00 Module#extend_object
0.00 0.22 0.00 14 0.00 0.00 Module#extended
0.00 0.22 0.00 14 0.00 0.00 Kernel#extend
0.00 0.22 0.00 27 0.00 0.00 Rails::Railtie.rake_tasks
0.00 0.22 0.00 27 0.00 0.00 Kernel#public_send
0.00 0.22 0.00 27 0.00 0.00 Class#superclass
0.00 0.22 0.00 12 0.00 4.17 Rails::Railtie#each_registered_block
0.00 0.22 0.00 18 0.00 5.56 Rails::Railtie#run_tasks_blocks
0.00 0.22 0.00 12 0.00 14.17 Rails::Application#run_tasks_blocks
0.00 0.22 0.00 16 0.00 33.75 Kernel#load
0.00 0.22 0.00 32 0.00 33.75 ActiveSupport::Dependencies::Loadable#load
0.00 0.22 0.00 6 0.00 8.33 BasicObject#instance_exec
0.00 0.22 0.00 12 0.00 0.00 String#+
0.00 0.22 0.00 10 0.00 1.00 Rails::TestTask#define
0.00 0.22 0.00 31 0.00 0.00 OptionParser::Switch#match_nonswitch?
0.00 0.22 0.00 10 0.00 1.00 Rails::TestTask#initialize
0.00 0.22 0.00 9 0.00 0.00 Hash#==
0.00 0.22 0.00 9 0.00 0.00 Symbol#inspect
0.00 0.22 0.00 14 0.00 0.00 String#inspect
0.00 0.22 0.00 9 0.00 0.00 Hash#to_s
0.00 0.22 0.00 6 0.00 0.00 Module#attr_writer
0.00 0.22 0.00 2 0.00 0.00 Kernel#lambda
0.00 0.22 0.00 1 0.00 0.00 Logger::Formatter#initialize
0.00 0.22 0.00 1 0.00 0.00 Logger::LogDevice#initialize
0.00 0.22 0.00 1 0.00 0.00 Logger#initialize
0.00 0.22 0.00 1 0.00 0.00 Kernel#hash
0.00 0.22 0.00 2 0.00 0.00 Array#hash
0.00 0.22 0.00 1 0.00 0.00 Symbol#to_sym
0.00 0.22 0.00 2 0.00 0.00 Rake::Task#set_arg_names
0.00 0.22 0.00 2 0.00 0.00 Sprockets::Rails::Task#define
0.00 0.22 0.00 1 0.00 0.00 Rake::SprocketsTask#initialize
0.00 0.22 0.00 1 0.00 0.00 Sprockets::Rails::Task#initialize
0.00 0.22 0.00 6 0.00 0.00 Rails::Engine#config
0.00 0.22 0.00 2 0.00 0.00 Rails::Engine::Configuration#paths
0.00 0.22 0.00 3 0.00 0.00 Rails::Engine#paths
0.00 0.22 0.00 3 0.00 0.00 Rails::Paths::Root#[]
0.00 0.22 0.00 25 0.00 0.00 String#initialize_copy
0.00 0.22 0.00 7 0.00 0.00 Pathname#to_path
0.00 0.22 0.00 8 0.00 0.00 Rails::Paths::Path#expanded
0.00 0.22 0.00 3 0.00 0.00 Rails::Paths::Path#each
0.00 0.22 0.00 34 0.00 0.00 OptionParser#parse_in_order
0.00 0.22 0.00 4 0.00 0.00 Array#select
0.00 0.22 0.00 1 0.00 0.00 Rails::Engine#has_migrations?
0.00 0.22 0.00 16 0.00 0.00 File.directory?
0.00 0.22 0.00 102 0.00 0.00 File.join
0.00 0.22 0.00 1 0.00 0.00 Array#concat
0.00 0.22 0.00 3 0.00 3.33 Rails::Engine#run_tasks_blocks
0.00 0.22 0.00 1 0.00 60.00 Rails::Engine::Railties#each
0.00 0.22 0.00 15 0.00 0.00 Rails::Application#config
0.00 0.22 0.00 1 0.00 0.00 Rails::Application::Configuration#paths
0.00 0.22 0.00 2 0.00 0.00 Struct.new
0.00 0.22 0.00 307 0.00 0.00 Module#===
0.00 0.22 0.00 3 0.00 0.00 String#downcase
0.00 0.22 0.00 14 0.00 0.00 String#intern
0.00 0.22 0.00 9 0.00 0.00 #<Object:0x007ffc588e1578>.[]
0.00 0.22 0.00 2 0.00 0.00 Rake::FileList#import
0.00 0.22 0.00 1 0.00 0.00 Rake::FileList#+
0.00 0.22 0.00 1 0.00 0.00 Rake::FileList#map
0.00 0.22 0.00 1 0.00 10.00 RDocTaskWithoutDescriptions#define
0.00 0.22 0.00 1 0.00 0.00 Rake::Task.[]
0.00 0.22 0.00 1 0.00 0.00 Rake::Task#add_comment
0.00 0.22 0.00 1 0.00 0.00 Rake::Task#comment=
0.00 0.22 0.00 3 0.00 0.00 Rails::API::Task#desc
0.00 0.22 0.00 1 0.00 0.00 RDoc::Task#before_running_rdoc
0.00 0.22 0.00 1 0.00 10.00 Rails::API::Task#initialize
0.00 0.22 0.00 14 0.00 0.00 Rails.root
0.00 0.22 0.00 14 0.00 0.00 Pathname#to_s
0.00 0.22 0.00 1 0.00 0.00 Array#collect
0.00 0.22 0.00 1 0.00 110.00 Rails::Engine#load_tasks
0.00 0.22 0.00 5 0.00 0.00 BasicObject#!
0.00 0.22 0.00 4 0.00 0.00 Rails::Railtie.subclasses
0.00 0.22 0.00 4 0.00 0.00 Rails::Railtie.instance
0.00 0.22 0.00 4 0.00 0.00 Rails::Engine#root
0.00 0.22 0.00 8 0.00 0.00 Rails::Engine.find
0.00 0.22 0.00 4 0.00 0.00 Object#find_engine_path
0.00 0.22 0.00 4 0.00 55.00 Rake::Task#execute
0.00 0.22 0.00 4 0.00 55.00 Rake::Task#invoke_with_call_chain
0.00 0.22 0.00 3 0.00 0.00 MonitorMixin#mon_check_owner
0.00 0.22 0.00 3 0.00 0.00 Mutex#unlock
0.00 0.22 0.00 3 0.00 0.00 MonitorMixin#mon_exit
0.00 0.22 0.00 3 0.00 36.67 MonitorMixin#mon_synchronize
0.00 0.22 0.00 2 0.00 55.00 Rake::Task#invoke
0.00 0.22 0.00 2 0.00 55.00 Rake::Application#invoke_task
0.00 0.22 0.00 2 0.00 0.00 Array#unshift
0.00 0.22 0.00 1 0.00 0.00 Regexp.escape
0.00 0.22 0.00 17 0.00 0.00 Module#protected
0.00 0.22 0.00 2 0.00 0.00 String#<=>
0.00 0.22 0.00 1 0.00 0.00 Comparable#>=
0.00 0.22 0.00 30 0.00 0.00 Module#alias_method
0.00 0.22 0.00 5 0.00 0.00 Fixnum#+
0.00 0.22 0.00 5 0.00 0.00 Module#class_eval
0.00 0.22 0.00 8 0.00 0.00 Regexp#to_s
0.00 0.22 0.00 9 0.00 0.00 Regexp#===
0.00 0.22 0.00 1 0.00 0.00 Thor::Invocation.included
0.00 0.22 0.00 1 0.00 0.00 Thor::Base.included
0.00 0.22 0.00 4 0.00 0.00 String#hash
0.00 0.22 0.00 1 0.00 0.00 Thor.baseclass
0.00 0.22 0.00 1 0.00 0.00 Thor::Base::ClassMethods#from_superclass
0.00 0.22 0.00 6 0.00 0.00 Hash#[]=
0.00 0.22 0.00 6 0.00 0.00 Thor.map
0.00 0.22 0.00 8 0.00 0.00 Hash#[]
0.00 0.22 0.00 1 0.00 0.00 Thor.desc
0.00 0.22 0.00 1 0.00 0.00 String#to_sym
0.00 0.22 0.00 1 0.00 0.00 Module#public_method_defined?
0.00 0.22 0.00 3 0.00 0.00 Hash#initialize
0.00 0.22 0.00 1 0.00 0.00 Thor::Base::ClassMethods#commands
0.00 0.22 0.00 1 0.00 0.00 Thor.method_options
0.00 0.22 0.00 1 0.00 0.00 Struct#initialize
0.00 0.22 0.00 1 0.00 0.00 Thor::Command#initialize
0.00 0.22 0.00 1 0.00 0.00 #<Class:0x007ffc5dd12598>.new
0.00 0.22 0.00 1 0.00 0.00 Thor.create_command
0.00 0.22 0.00 1 0.00 0.00 Thor::Base::ClassMethods#is_thor_reserved_word?
0.00 0.22 0.00 1 0.00 0.00 Array#[]
0.00 0.22 0.00 1 0.00 0.00 Regexp#match
0.00 0.22 0.00 1 0.00 0.00 String#match
0.00 0.22 0.00 1 0.00 0.00 MatchData#[]
0.00 0.22 0.00 2 0.00 0.00 Thor::Base.subclasses
0.00 0.22 0.00 2 0.00 0.00 Thor::Base.subclass_files
0.00 0.22 0.00 1 0.00 0.00 Proc#yield
0.00 0.22 0.00 1 0.00 0.00 Thor::Base.register_klass_file
0.00 0.22 0.00 1 0.00 0.00 Thor::Base::ClassMethods#method_added
0.00 0.22 0.00 1 0.00 0.00 Module#method_defined?
0.00 0.22 0.00 1 0.00 0.00 Comparable#<
0.00 0.22 0.00 1 0.00 0.00 Module#module_function
0.00 0.22 0.00 1 0.00 0.00 IO#tty?
0.00 0.22 0.00 1 0.00 0.00 Thor::Base.shell
0.00 0.22 0.00 1 0.00 0.00 Thor::Shell::Basic#initialize
0.00 0.22 0.00 1 0.00 0.00 Bundler::UI::Shell#initialize
0.00 0.22 0.00 1 0.00 0.00 Bundler::SharedHelpers#pwd
0.00 0.22 0.00 1 0.00 0.00 Dir.[]
0.00 0.22 0.00 1 0.00 0.00 Array#size
0.00 0.22 0.00 1 0.00 0.00 Gem::Specification.array_attributes
0.00 0.22 0.00 11 0.00 0.00 Kernel#instance_variable_defined?
0.00 0.22 0.00 11 0.00 0.00 Kernel#instance_variable_get
0.00 0.22 0.00 11 0.00 0.00 Kernel#instance_variable_set
0.00 0.22 0.00 12 0.00 0.00 Gem::Specification#initialize_copy
0.00 0.22 0.00 1 0.00 0.00 Bundler.load_gemspec
0.00 0.22 0.00 1 0.00 0.00 Bundler::GemHelper#initialize
0.00 0.22 0.00 3 0.00 0.00 Bundler::GemHelper#name
0.00 0.22 0.00 4 0.00 0.00 Bundler::GemHelper#version
0.00 0.22 0.00 4 0.00 0.00 Gem::Version#version
0.00 0.22 0.00 1 0.00 0.00 Bundler::GemHelper#version_tag
0.00 0.22 0.00 1 0.00 0.00 Bundler::GemHelper#install
0.00 0.22 0.00 1 0.00 0.00 Bundler::GemHelper.install_tasks
0.00 0.22 0.00 4 0.00 0.00 Rake::TestTask#define
0.00 0.22 0.00 1 0.00 200.00 Rake.load_rakefile
0.00 0.22 0.00 1 0.00 0.00 #<OpenStruct:0x007ffc5a53c4e8>.trace_output
0.00 0.22 0.00 1 0.00 0.00 #<OpenStruct:0x007ffc5a53c4e8>.rakelib
0.00 0.22 0.00 1 0.00 0.00 String#gsub
0.00 0.22 0.00 1 0.00 0.00 Rake::Application#glob
0.00 0.22 0.00 2 0.00 100.00 Rake::Application#raw_load_rakefile
0.00 0.22 0.00 1 0.00 0.00 Rake::Application#load_imports
0.00 0.22 0.00 2 0.00 210.00 Rake::Application#load_rakefile
0.00 0.22 0.00 1 0.00 210.00 Rake::Application#standard_exception_handling
0.00 0.22 0.00 1 0.00 0.00 Array#empty?
0.00 0.22 0.00 1 0.00 0.00 Rake::TestTask#lib_path
0.00 0.22 0.00 1 0.00 0.00 Rake::TestTask#ruby_opts_string
0.00 0.22 0.00 2 0.00 0.00 Gem::Specification#loaded_from
0.00 0.22 0.00 1 0.00 0.00 Gem.default_dir
0.00 0.22 0.00 1 0.00 0.00 Gem::BasicSpecification.default_specifications_dir
0.00 0.22 0.00 1 0.00 0.00 Gem::BasicSpecification#default_gem?
0.00 0.22 0.00 49 0.00 0.00 Rake::TestTask#find_dir
0.00 0.22 0.00 1 0.00 0.00 Rake::TestTask#rake_lib_dir
0.00 0.22 0.00 1 0.00 0.00 Rake::TestTask#rake_include_arg
0.00 0.22 0.00 49 0.00 0.00 Rake::TestTask#find_file
0.00 0.22 0.00 1 0.00 0.00 Rake::TestTask#rake_loader
0.00 0.22 0.00 1 0.00 0.00 Rake::TestTask#run_code
0.00 0.22 0.00 1 0.00 0.00 Rake::TestTask#file_list
0.00 0.22 0.00 2 0.00 0.00 Rake::TestTask#file_list_string
0.00 0.22 0.00 1 0.00 0.00 Rake::TestTask#option_list
0.00 0.22 0.00 2 0.00 0.00 Array#push
0.00 0.22 0.00 2 0.00 0.00 Rake::FileUtilsExt#rake_merge_option
0.00 0.22 0.00 8 0.00 0.00 Array#sort
0.00 0.22 0.00 1 0.00 0.00 Hash#key?
0.00 0.22 0.00 1 0.00 0.00 FileUtils#set_verbose_option
0.00 0.22 0.00 1 0.00 0.00 Hash#initialize_copy
0.00 0.22 0.00 2 0.00 0.00 Hash#delete
0.00 0.22 0.00 3 0.00 0.00 Rake::FileUtilsExt#rake_check_options
0.00 0.22 0.00 1 0.00 0.00 Kernel.system
0.00 0.22 0.00 1 0.00 0.00 Rake::AltSystem.system
0.00 0.22 0.00 1 0.00 0.00 FileUtils#rake_system
0.00 0.22 0.00 1 0.00 0.00 FileUtils#sh
0.00 0.22 0.00 1 0.00 0.00 Rake::FileUtilsExt#sh
0.00 0.22 0.00 1 0.00 0.00 FileUtils#ruby
0.00 0.22 0.00 1 0.00 0.00 Rake::FileUtilsExt#ruby
0.00 0.22 0.00 1 0.00 0.00 Rake::FileUtilsExt#verbose
0.00 0.22 0.00 3 0.00 3.33 Rake::Application#top_level
0.00 0.22 0.00 3 0.00 0.00 Rake::CpuCounter#look_for_command
0.00 0.22 0.00 12 0.00 0.00 IO#initialize
0.00 0.22 0.00 87 0.00 0.00 Array#shift
0.00 0.22 0.00 2 0.00 0.00 IO#sync=
0.00 0.22 0.00 2 0.00 0.00 Kernel#spawn
0.00 0.22 0.00 2 0.00 0.00 Process.detach
0.00 0.22 0.00 12 0.00 0.00 IO#close
0.00 0.22 0.00 14 0.00 0.00 Open3#popen_run
0.00 0.22 0.00 1 0.00 0.00 IO#eof?
0.00 0.22 0.00 2 0.00 0.00 Rake::CpuCounter#in_path_command
0.00 0.22 0.00 6 0.00 0.00 IO#closed?
0.00 0.22 0.00 2 0.00 0.00 Thread#join
0.00 0.22 0.00 2 0.00 5.00 Open3#popen3
0.00 0.22 0.00 2 0.00 0.00 Rake::CpuCounter#resolve_command
0.00 0.22 0.00 3 0.00 3.33 Rake::CpuCounter#run
0.00 0.22 0.00 1 0.00 0.00 Rake::CpuCounter#count_via_hwprefs_thread_count
0.00 0.22 0.00 2 0.00 0.00 IO#read
0.00 0.22 0.00 1 0.00 0.00 String#to_i
0.00 0.22 0.00 1 0.00 10.00 Rake::CpuCounter#count_via_sysctl
0.00 0.22 0.00 1 0.00 10.00 Rake::CpuCounter#count
0.00 0.22 0.00 1 0.00 10.00 Rake::CpuCounter#count_with_default
0.00 0.22 0.00 1 0.00 10.00 Rake::CpuCounter.count
0.00 0.22 0.00 1 0.00 10.00 Rake.suggested_thread_count
0.00 0.22 0.00 1 0.00 0.00 Fixnum#<=>
0.00 0.22 0.00 1 0.00 0.00 Enumerable#max
0.00 0.22 0.00 1 0.00 0.00 Set#initialize
0.00 0.22 0.00 1 0.00 0.00 Thread::Queue#initialize
0.00 0.22 0.00 1 0.00 0.00 Thread::ConditionVariable#initialize
0.00 0.22 0.00 1 0.00 0.00 MonitorMixin::ConditionVariable#initialize
0.00 0.22 0.00 1 0.00 0.00 MonitorMixin#new_cond
0.00 0.22 0.00 1 0.00 0.00 Rake::ThreadPool#initialize
0.00 0.22 0.00 1 0.00 10.00 Rake::Application#thread_pool
0.00 0.22 0.00 2 0.00 0.00 Rake::ThreadPool#stat
0.00 0.22 0.00 1 0.00 0.00 Set#empty?
0.00 0.22 0.00 2 0.00 0.00 Rake::ThreadPool#join
0.00 0.22 0.00 1 0.00 10.00 Rake::Application#run_with_threads
0.00 0.22 0.00 1 0.00 220.00 Rake::Application#run
0.00 0.22 0.00 1 0.00 0.00 TracePoint#disable
0.00 0.22 0.00 1 0.00 220.00 #toplevel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment