Skip to content

Instantly share code, notes, and snippets.

@davidmles
Created June 27, 2014 16:38
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/66af6291314bf56f3321 to your computer and use it in GitHub Desktop.
Save davidmles/66af6291314bf56f3321 to your computer and use it in GitHub Desktop.
Minitest profile in a new Rails app
david$ bin/rake -rprofile test
% cumulative self self total
time seconds seconds calls ms/call ms/call name
7.69 0.01 0.01 113 0.09 0.27 MonitorMixin#initialize
7.69 0.02 0.01 41 0.24 7.07 ActiveSupport::Dependencies::Loadable#load_dependency
7.69 0.03 0.01 75 0.13 0.13 Rake::TaskManager#resolve_args_without_dependencies
7.69 0.04 0.01 257 0.04 0.23 Rake::TaskManager#define_task
7.69 0.05 0.01 107 0.09 2.34 nil#
7.69 0.06 0.01 68 0.15 0.15 Kernel#initialize_dup
7.69 0.07 0.01 466 0.02 0.24 Class#new
7.69 0.08 0.01 114 0.09 0.09 BasicObject#initialize
7.69 0.09 0.01 13 0.77 16.15 Kernel#load
7.69 0.10 0.01 134 0.07 0.07 Rake::Task#enhance
7.69 0.11 0.01 56 0.18 2.50 ActiveSupport::Dependencies::Loadable#require
7.69 0.12 0.01 20 0.50 3.50 Rake::Task#invoke_with_call_chain
7.69 0.13 0.01 46 0.22 0.22 IO#set_encoding
0.00 0.13 0.00 4 0.00 0.00 Rake::FileList.[]
0.00 0.13 0.00 3 0.00 0.00 Hash#fetch
0.00 0.13 0.00 1 0.00 0.00 Array#[]=
0.00 0.13 0.00 2 0.00 0.00 Rake::Application#collect_command_line_tasks
0.00 0.13 0.00 1 0.00 0.00 Dir.pwd
0.00 0.13 0.00 10 0.00 0.00 File.exist?
0.00 0.13 0.00 9 0.00 0.00 Dir.glob
0.00 0.13 0.00 13 0.00 0.00 Array#sort
0.00 0.13 0.00 8 0.00 0.00 Rake::FileList.glob
0.00 0.13 0.00 76 0.00 0.00 Array#first
0.00 0.13 0.00 2 0.00 0.00 Rake::Application#have_rakefile
0.00 0.13 0.00 215 0.00 0.00 Rake.application
0.00 0.13 0.00 1 0.00 0.00 Rake.original_dir
0.00 0.13 0.00 3 0.00 0.00 Dir.chdir
0.00 0.13 0.00 1 0.00 0.00 Rake::Application#find_rakefile_location
0.00 0.13 0.00 41 0.00 0.00 Rake::Application#options
0.00 0.13 0.00 40 0.00 0.00 Symbol#id2name
0.00 0.13 0.00 40 0.00 0.00 String#chomp!
0.00 0.13 0.00 40 0.00 0.00 OpenStruct#method_missing
0.00 0.13 0.00 13 0.00 0.00 Kernel#nil?
0.00 0.13 0.00 1 0.00 0.00 Rake::Application#print_rakefile_directory
0.00 0.13 0.00 9 0.00 0.00 File.expand_path
0.00 0.13 0.00 41 0.00 0.00 ActiveSupport::Dependencies.mechanism
0.00 0.13 0.00 44 0.00 0.00 Symbol#==
0.00 0.13 0.00 41 0.00 0.00 ActiveSupport::Dependencies#load?
0.00 0.13 0.00 41 0.00 0.00 ActiveSupport::Dependencies.constant_watch_stack
0.00 0.13 0.00 41 0.00 0.00 ActiveSupport::Dependencies::WatchStack#watching?
0.00 0.13 0.00 1 0.00 0.00 TracePoint#enable
0.00 0.13 0.00 28 0.00 2.14 Kernel#require
0.00 0.13 0.00 1 0.00 0.00 Kernel#catch
0.00 0.13 0.00 13 0.00 0.77 Proc#call
0.00 0.13 0.00 1 0.00 0.00 Rails::Engine#railties
0.00 0.13 0.00 17 0.00 0.00 Module#extend_object
0.00 0.13 0.00 17 0.00 0.00 Module#extended
0.00 0.13 0.00 17 0.00 0.00 Kernel#extend
0.00 0.13 0.00 36 0.00 0.00 Kernel#class
0.00 0.13 0.00 300 0.00 0.00 Kernel#respond_to?
0.00 0.13 0.00 39 0.00 0.00 Rails::Railtie.rake_tasks
0.00 0.13 0.00 39 0.00 0.00 Kernel#public_send
0.00 0.13 0.00 39 0.00 0.00 Class#superclass
0.00 0.13 0.00 56 0.00 0.00 Kernel#respond_to_missing?
0.00 0.13 0.00 17 0.00 3.53 Rails::Railtie#each_registered_block
0.00 0.13 0.00 25 0.00 4.80 Rails::Railtie#run_tasks_blocks
0.00 0.13 0.00 17 0.00 10.00 Rails::Application#run_tasks_blocks
0.00 0.13 0.00 60 0.00 0.00 Kernel#kind_of?
0.00 0.13 0.00 183 0.00 0.00 Symbol#to_s
0.00 0.13 0.00 30 0.00 0.00 String#to_str
0.00 0.13 0.00 53 0.00 0.00 Rake::LinkedList#initialize
0.00 0.13 0.00 21 0.00 0.00 Array#<<
0.00 0.13 0.00 30 0.00 0.00 Kernel#initialize_copy
0.00 0.13 0.00 15 0.00 0.00 Array#reverse_each
0.00 0.13 0.00 47 0.00 0.21 Kernel#dup
0.00 0.13 0.00 30 0.00 0.33 Rake::NameSpace#initialize
0.00 0.13 0.00 36 0.00 0.00 Rake::DSL#desc
0.00 0.13 0.00 147 0.00 0.00 Array#last
0.00 0.13 0.00 148 0.00 0.00 Kernel#is_a?
0.00 0.13 0.00 68 0.00 0.00 Array#pop
0.00 0.13 0.00 136 0.00 0.00 Rake::TaskManager#resolve_args_with_dependencies
0.00 0.13 0.00 68 0.00 0.00 Hash#each
0.00 0.13 0.00 168 0.00 0.00 Enumerable#map
0.00 0.13 0.00 143 0.00 0.07 Rake::TaskManager#resolve_args
0.00 0.13 0.00 162 0.00 0.00 Rake::LinkedList#empty?
0.00 0.13 0.00 463 0.00 0.00 String#to_s
0.00 0.13 0.00 240 0.00 0.00 Rake::Scope#path
0.00 0.13 0.00 113 0.00 0.00 Rake::LinkedList::EmptyLinkedList#empty?
0.00 0.13 0.00 113 0.00 0.00 Rake::LinkedList#each
0.00 0.13 0.00 113 0.00 0.00 Array#reverse
0.00 0.13 0.00 100 0.00 0.00 Array#join
0.00 0.13 0.00 100 0.00 0.00 Rake::Scope#path_with_task_name
0.00 0.13 0.00 100 0.00 0.00 Rake::Task.scope_name
0.00 0.13 0.00 8 0.00 0.00 OptionParser#visit
0.00 0.13 0.00 152 0.00 0.00 Array#map
0.00 0.13 0.00 3 0.00 0.00 OptionParser::List#each_option
0.00 0.13 0.00 113 0.00 0.00 Mutex#initialize
0.00 0.13 0.00 113 0.00 0.09 MonitorMixin#mon_initialize
0.00 0.13 0.00 145 0.00 1.59 Array#each
0.00 0.13 0.00 110 0.00 0.00 Rake::TaskManager#current_scope
0.00 0.13 0.00 110 0.00 0.27 Rake::Task#initialize
0.00 0.13 0.00 134 0.00 0.22 Rake::TaskManager#intern
0.00 0.13 0.00 134 0.00 0.00 Array#|
0.00 0.13 0.00 155 0.00 0.00 Kernel#block_given?
0.00 0.13 0.00 31 0.00 0.00 OptionParser::Switch#match_nonswitch?
0.00 0.13 0.00 134 0.00 0.45 Rake::Task.define_task
0.00 0.13 0.00 100 0.00 0.50 Rake::DSL#task
0.00 0.13 0.00 34 0.00 0.00 OptionParser#parse_in_order
0.00 0.13 0.00 30 0.00 3.67 Rake::TaskManager#in_namespace
0.00 0.13 0.00 30 0.00 3.67 Rake::DSL#namespace
0.00 0.13 0.00 219 0.00 0.00 Module#===
0.00 0.13 0.00 26 0.00 16.54 ActiveSupport::Dependencies::Loadable#load
0.00 0.13 0.00 8 0.00 7.50 BasicObject#instance_exec
0.00 0.13 0.00 11 0.00 0.00 Regexp#===
0.00 0.13 0.00 19 0.00 0.00 Class#inherited
0.00 0.13 0.00 3 0.00 0.00 Module#append_features
0.00 0.13 0.00 3 0.00 0.00 Module#included
0.00 0.13 0.00 3 0.00 0.00 Module#include
0.00 0.13 0.00 148 0.00 0.00 Module#method_added
0.00 0.13 0.00 25 0.00 0.00 Module#attr_accessor
0.00 0.13 0.00 4 0.00 0.00 Module#private
0.00 0.13 0.00 9 0.00 0.00 BasicObject#singleton_method_added
0.00 0.13 0.00 20 0.00 0.00 Rake::Scope::EmptyScope#path_with_task_name
0.00 0.13 0.00 10 0.00 0.00 String#+
0.00 0.13 0.00 18 0.00 0.56 Rails::TestTask#define
0.00 0.13 0.00 10 0.00 1.00 Rake::TestTask#initialize
0.00 0.13 0.00 10 0.00 1.00 Rails::TestTask#initialize
0.00 0.13 0.00 9 0.00 0.00 Hash#==
0.00 0.13 0.00 4 0.00 0.00 Symbol#inspect
0.00 0.13 0.00 14 0.00 0.00 String#inspect
0.00 0.13 0.00 9 0.00 0.00 Hash#to_s
0.00 0.13 0.00 5 0.00 0.00 NilClass#nil?
0.00 0.13 0.00 47 0.00 0.00 Module#ancestors
0.00 0.13 0.00 110 0.00 0.00 Module#==
0.00 0.13 0.00 51 0.00 0.00 Array#include?
0.00 0.13 0.00 14 0.00 0.00 String#split
0.00 0.13 0.00 13 0.00 0.00 Enumerable#to_a
0.00 0.13 0.00 13 0.00 0.00 Rake::LinkedList.empty
0.00 0.13 0.00 23 0.00 0.00 Rake::LinkedList.cons
0.00 0.13 0.00 26 0.00 0.00 Rake::LinkedList.make
0.00 0.13 0.00 3 0.00 0.00 Module#attr_writer
0.00 0.13 0.00 2 0.00 0.00 Kernel#lambda
0.00 0.13 0.00 1 0.00 0.00 Logger::Formatter#initialize
0.00 0.13 0.00 1 0.00 0.00 Logger::LogDevice#initialize
0.00 0.13 0.00 1 0.00 0.00 Logger#initialize
0.00 0.13 0.00 1 0.00 0.00 Kernel#hash
0.00 0.13 0.00 1 0.00 0.00 Array#hash
0.00 0.13 0.00 1 0.00 0.00 Symbol#to_sym
0.00 0.13 0.00 2 0.00 0.00 Rake::Task#set_arg_names
0.00 0.13 0.00 2 0.00 0.00 Sprockets::Rails::Task#define
0.00 0.13 0.00 1 0.00 0.00 Rake::SprocketsTask#initialize
0.00 0.13 0.00 1 0.00 0.00 Sprockets::Rails::Task#initialize
0.00 0.13 0.00 6 0.00 0.00 Rails::Engine#config
0.00 0.13 0.00 6 0.00 0.00 Rails::Engine::Configuration#paths
0.00 0.13 0.00 7 0.00 0.00 Rails::Engine#paths
0.00 0.13 0.00 7 0.00 0.00 Rails::Paths::Root#[]
0.00 0.13 0.00 22 0.00 0.00 String#initialize_copy
0.00 0.13 0.00 7 0.00 0.00 Pathname#to_path
0.00 0.13 0.00 15 0.00 0.00 Rails::Paths::Path#expanded
0.00 0.13 0.00 7 0.00 0.00 Rails::Paths::Path#each
0.00 0.13 0.00 9 0.00 0.00 Array#uniq!
0.00 0.13 0.00 13 0.00 0.00 Rails::Paths::Path#existent
0.00 0.13 0.00 8 0.00 0.00 Array#select
0.00 0.13 0.00 14 0.00 0.00 Enumerable#any?
0.00 0.13 0.00 3 0.00 0.00 Rails::Engine#has_migrations?
0.00 0.13 0.00 18 0.00 0.00 File.directory?
0.00 0.13 0.00 4 0.00 0.00 Rails::Engine#run_tasks_blocks
0.00 0.13 0.00 1 0.00 60.00 Rails::Engine::Railties#each
0.00 0.13 0.00 15 0.00 0.00 Rails::Application#config
0.00 0.13 0.00 1 0.00 0.00 Rails::Application::Configuration#paths
0.00 0.13 0.00 1 0.00 0.00 Array#concat
0.00 0.13 0.00 1 0.00 0.00 Struct.new
0.00 0.13 0.00 1 0.00 0.00 Module#attr_reader
0.00 0.13 0.00 3 0.00 0.00 String#downcase
0.00 0.13 0.00 3 0.00 0.00 String#intern
0.00 0.13 0.00 1 0.00 0.00 Kernel#caller
0.00 0.13 0.00 1 0.00 0.00 File.basename
0.00 0.13 0.00 18 0.00 0.00 String#==
0.00 0.13 0.00 3 0.00 0.00 Array#flatten
0.00 0.13 0.00 2 0.00 0.00 Array#compact!
0.00 0.13 0.00 3 0.00 0.00 Gem::Requirement#initialize
0.00 0.13 0.00 2 0.00 0.00 Gem::Requirement.create
0.00 0.13 0.00 2 0.00 0.00 Gem::Dependency#initialize
0.00 0.13 0.00 44 0.00 0.00 Bundler::SpecSet#sorted
0.00 0.13 0.00 3 0.00 0.00 Enumerable#find
0.00 0.13 0.00 39 0.00 0.00 Kernel#gem
0.00 0.13 0.00 1 0.00 0.00 Bundler::SpecSet#each
0.00 0.13 0.00 1 0.00 0.00 Gem::Requirement.parse
0.00 0.13 0.00 1 0.00 0.00 Array#map!
0.00 0.13 0.00 1 0.00 0.00 String#===
0.00 0.13 0.00 2 0.00 0.00 Gem::Dependency#requirement
0.00 0.13 0.00 1 0.00 0.00 Gem::Version#version
0.00 0.13 0.00 2 0.00 0.00 Gem::Version#segments
0.00 0.13 0.00 2 0.00 0.00 Fixnum#<=>
0.00 0.13 0.00 1 0.00 0.00 Gem::Version#<=>
0.00 0.13 0.00 1 0.00 0.00 Comparable#>=
0.00 0.13 0.00 2 0.00 0.00 Gem::Requirement#satisfied_by?
0.00 0.13 0.00 1 0.00 0.00 Enumerable#all?
0.00 0.13 0.00 1 0.00 0.00 Gem::Dependency#=~
0.00 0.13 0.00 1 0.00 0.00 Kernel#!~
0.00 0.13 0.00 1 0.00 0.00 Kernel#freeze
0.00 0.13 0.00 2 0.00 0.00 Array#+
0.00 0.13 0.00 43 0.00 0.00 Module#autoload
0.00 0.13 0.00 16 0.00 0.00 Array#initialize_copy
0.00 0.13 0.00 12 0.00 0.00 Rake::FileList#initialize
0.00 0.13 0.00 2 0.00 0.00 RDoc::Task#defaults
0.00 0.13 0.00 2 0.00 0.00 RDoc::Task#check_names
0.00 0.13 0.00 11 0.00 0.00 #<Object:0x007fa3710e1548>.[]
0.00 0.13 0.00 14 0.00 0.00 Rake::FileList#include
0.00 0.13 0.00 6 0.00 0.00 RDoc::Task#rdoc_task_name
0.00 0.13 0.00 2 0.00 0.00 RDoc::Task#rerdoc_task_name
0.00 0.13 0.00 6 0.00 0.00 RDoc::Task#clobber_task_name
0.00 0.13 0.00 34 0.00 0.00 Rake::FileTask.scope_name
0.00 0.13 0.00 32 0.00 0.31 Rake::DSL#file_create
0.00 0.13 0.00 9 0.00 0.00 BasicObject#==
0.00 0.13 0.00 9 0.00 0.00 Fixnum#==
0.00 0.13 0.00 9 0.00 0.00 BasicObject#!=
0.00 0.13 0.00 32 0.00 0.63 Rake::DSL#directory
0.00 0.13 0.00 23 0.00 0.00 File.dirname
0.00 0.13 0.00 9 0.00 1.11 Rake.each_dir_parent
0.00 0.13 0.00 4 0.00 0.00 RDoc::Task#rdoc_target
0.00 0.13 0.00 23 0.00 0.00 Rake::FileList#resolve
0.00 0.13 0.00 16 0.00 0.00 Kernel#object_id
0.00 0.13 0.00 3 0.00 0.00 Rake::FileList#<<
0.00 0.13 0.00 7 0.00 0.00 Rake::FileList#resolve_add
0.00 0.13 0.00 23 0.00 0.00 String#=~
0.00 0.13 0.00 30 0.00 0.00 Rake::FileList#excluded_from_list?
0.00 0.13 0.00 8 0.00 0.00 Rake::FileList#add_matching
0.00 0.13 0.00 8 0.00 0.00 Rake::FileList#resolve_exclude
0.00 0.13 0.00 5 0.00 0.00 Array#reject!
0.00 0.13 0.00 5 0.00 0.00 Rake::FileList#reject!
0.00 0.13 0.00 2 0.00 0.00 Rake::FileList#import
0.00 0.13 0.00 1 0.00 0.00 Rake::FileList#+
0.00 0.13 0.00 1 0.00 0.00 Rake::FileList#map
0.00 0.13 0.00 6 0.00 0.00 Rake::FileList#to_a
0.00 0.13 0.00 2 0.00 0.00 Rake::FileList#to_ary
0.00 0.13 0.00 2 0.00 0.00 Rake::DSL#file
0.00 0.13 0.00 1 0.00 0.00 RDocTaskWithoutDescriptions#define
0.00 0.13 0.00 2 0.00 10.00 RDoc::Task#initialize
0.00 0.13 0.00 31 0.00 0.00 Rake::TaskManager#lookup_in_scope
0.00 0.13 0.00 11 0.00 0.00 Kernel#loop
0.00 0.13 0.00 11 0.00 0.00 Rake::TaskManager#lookup
0.00 0.13 0.00 11 0.00 0.00 Rake::TaskManager#[]
0.00 0.13 0.00 2 0.00 0.00 Rake::Task.[]
0.00 0.13 0.00 1 0.00 0.00 Rake::Task#add_comment
0.00 0.13 0.00 1 0.00 0.00 Rake::Task#comment=
0.00 0.13 0.00 1 0.00 0.00 RDoc::Task#rdoc_task_description
0.00 0.13 0.00 3 0.00 0.00 Rails::API::Task#desc
0.00 0.13 0.00 1 0.00 0.00 RDoc::Task#rerdoc_task_description
0.00 0.13 0.00 1 0.00 0.00 RDoc::Task#clobber_task_description
0.00 0.13 0.00 2 0.00 0.00 Array#compact
0.00 0.13 0.00 1 0.00 10.00 RDoc::Task#define
0.00 0.13 0.00 1 0.00 0.00 RDoc::Task#before_running_rdoc
0.00 0.13 0.00 1 0.00 10.00 Rails::API::Task#initialize
0.00 0.13 0.00 14 0.00 0.00 Rails.root
0.00 0.13 0.00 14 0.00 0.00 Pathname#to_s
0.00 0.13 0.00 1 0.00 0.00 Array#collect
0.00 0.13 0.00 1 0.00 110.00 Rails::Engine#load_tasks
0.00 0.13 0.00 1 0.00 120.00 Rake.load_rakefile
0.00 0.13 0.00 1 0.00 0.00 #<OpenStruct:0x007fa3761eceb0>.trace_output
0.00 0.13 0.00 1 0.00 0.00 #<OpenStruct:0x007fa3761eceb0>.rakelib
0.00 0.13 0.00 1 0.00 0.00 String#gsub
0.00 0.13 0.00 1 0.00 0.00 Rake::Application#glob
0.00 0.13 0.00 2 0.00 60.00 Rake::Application#raw_load_rakefile
0.00 0.13 0.00 1 0.00 0.00 Rake::Application#load_imports
0.00 0.13 0.00 2 0.00 120.00 Rake::Application#load_rakefile
0.00 0.13 0.00 1 0.00 120.00 Rake::Application#standard_exception_handling
0.00 0.13 0.00 1 0.00 0.00 Rake::Application#parse_task_string
0.00 0.13 0.00 10 0.00 0.00 Rake::Task#arg_names
0.00 0.13 0.00 10 0.00 0.00 Enumerable#each_with_index
0.00 0.13 0.00 10 0.00 0.00 Rake::TaskArguments#initialize
0.00 0.13 0.00 2 0.00 0.00 Rake::LinkedList::EmptyLinkedList.cons
0.00 0.13 0.00 10 0.00 0.00 Rake::LinkedList#conj
0.00 0.13 0.00 2 0.00 0.00 Rake::InvocationChain::EmptyInvocationChain#append
0.00 0.13 0.00 10 0.00 0.00 Rake::InvocationChain.append
0.00 0.13 0.00 33 0.00 0.00 Thread.current
0.00 0.13 0.00 11 0.00 0.00 Mutex#lock
0.00 0.13 0.00 11 0.00 0.00 MonitorMixin#mon_enter
0.00 0.13 0.00 15 0.00 0.00 Rake::Task#prerequisite_tasks
0.00 0.13 0.00 15 0.00 2.67 Rake::Task#invoke_prerequisites
0.00 0.13 0.00 7 0.00 0.00 Rake::Task#needed?
0.00 0.13 0.00 6 0.00 0.00 Proc#arity
0.00 0.13 0.00 1 0.00 0.00 Rails::TestTask::TestInfo#initialize
0.00 0.13 0.00 1 0.00 0.00 Rails::TestTask::TestCreator#initialize
0.00 0.13 0.00 1 0.00 0.00 Rails::TestTask.test_creator
0.00 0.13 0.00 1 0.00 0.00 Rails::TestTask::TestInfo#translate
0.00 0.13 0.00 2 0.00 0.00 File.file?
0.00 0.13 0.00 2 0.00 0.00 Rails::TestTask::TestInfo#test_file?
0.00 0.13 0.00 4 0.00 0.00 Rails::TestTask::TestInfo#files
0.00 0.13 0.00 8 0.00 0.00 Rake::Task#lookup_prerequisite
0.00 0.13 0.00 8 0.00 0.00 Array#[]
0.00 0.13 0.00 8 0.00 0.00 Rake::TaskArguments#extras
0.00 0.13 0.00 8 0.00 0.00 Rake::TaskArguments#new_scope
0.00 0.13 0.00 8 0.00 0.00 Rake::InvocationChain::EmptyInvocationChain#member?
0.00 0.13 0.00 12 0.00 0.00 Rake::InvocationChain#member?
0.00 0.13 0.00 8 0.00 0.00 Rake::InvocationChain#append
0.00 0.13 0.00 13 0.00 1.54 Rake::Task#execute
0.00 0.13 0.00 79 0.00 0.00 Array#shift
0.00 0.13 0.00 11 0.00 0.00 MonitorMixin#mon_check_owner
0.00 0.13 0.00 11 0.00 0.00 Mutex#unlock
0.00 0.13 0.00 11 0.00 0.00 MonitorMixin#mon_exit
0.00 0.13 0.00 14 0.00 2.14 MonitorMixin#mon_synchronize
0.00 0.13 0.00 4 0.00 0.00 Array#-
0.00 0.13 0.00 4 0.00 0.00 Array#unshift
0.00 0.13 0.00 4 0.00 0.00 Rake::TestTask#file_list
0.00 0.13 0.00 6 0.00 0.00 OptionParser::List#search
0.00 0.13 0.00 1 0.00 0.00 Rake::Task#name
0.00 0.13 0.00 1 0.00 0.00 Rake::TaskManager#enhance_with_matching_rule
0.00 0.13 0.00 2 0.00 10.00 Rake::Task#invoke
0.00 0.13 0.00 1 0.00 10.00 Rails::TestTask::TestCreator#invoke_rake_task
0.00 0.13 0.00 1 0.00 10.00 Rake::Application#invoke_task
0.00 0.13 0.00 1 0.00 10.00 Rake::Application#top_level
0.00 0.13 0.00 3 0.00 0.00 File.join
0.00 0.13 0.00 3 0.00 0.00 Rake::CpuCounter#look_for_command
0.00 0.13 0.00 12 0.00 0.00 IO#initialize
0.00 0.13 0.00 6 0.00 0.00 IO.pipe
0.00 0.13 0.00 2 0.00 0.00 IO#sync=
0.00 0.13 0.00 2 0.00 0.00 Kernel#spawn
0.00 0.13 0.00 2 0.00 0.00 Process.detach
0.00 0.13 0.00 12 0.00 0.00 IO#close
0.00 0.13 0.00 14 0.00 0.00 Open3#popen_run
0.00 0.13 0.00 1 0.00 0.00 IO#eof?
0.00 0.13 0.00 2 0.00 0.00 Rake::CpuCounter#in_path_command
0.00 0.13 0.00 6 0.00 0.00 IO#closed?
0.00 0.13 0.00 2 0.00 0.00 Thread#join
0.00 0.13 0.00 2 0.00 0.00 Open3#popen3
0.00 0.13 0.00 2 0.00 0.00 Rake::CpuCounter#resolve_command
0.00 0.13 0.00 3 0.00 0.00 Rake::CpuCounter#run
0.00 0.13 0.00 1 0.00 0.00 Rake::CpuCounter#count_via_hwprefs_thread_count
0.00 0.13 0.00 2 0.00 0.00 IO#read
0.00 0.13 0.00 1 0.00 0.00 String#to_i
0.00 0.13 0.00 1 0.00 0.00 Rake::CpuCounter#count_via_sysctl
0.00 0.13 0.00 1 0.00 0.00 Rake::CpuCounter#count
0.00 0.13 0.00 1 0.00 0.00 Rake::CpuCounter#count_with_default
0.00 0.13 0.00 1 0.00 0.00 Rake::CpuCounter.count
0.00 0.13 0.00 1 0.00 0.00 Rake.suggested_thread_count
0.00 0.13 0.00 1 0.00 0.00 Enumerable#max
0.00 0.13 0.00 1 0.00 0.00 Hash#initialize
0.00 0.13 0.00 1 0.00 0.00 Set#initialize
0.00 0.13 0.00 1 0.00 0.00 Thread::Queue#initialize
0.00 0.13 0.00 1 0.00 0.00 Thread::ConditionVariable#initialize
0.00 0.13 0.00 1 0.00 0.00 MonitorMixin::ConditionVariable#initialize
0.00 0.13 0.00 1 0.00 0.00 MonitorMixin#new_cond
0.00 0.13 0.00 1 0.00 0.00 Rake::ThreadPool#initialize
0.00 0.13 0.00 1 0.00 0.00 Rake::Application#thread_pool
0.00 0.13 0.00 2 0.00 0.00 Rake::ThreadPool#stat
0.00 0.13 0.00 1 0.00 0.00 Set#empty?
0.00 0.13 0.00 2 0.00 0.00 Rake::ThreadPool#join
0.00 0.13 0.00 1 0.00 0.00 TracePoint#disable
0.00 0.13 0.00 1 0.00 130.00 #toplevel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment