Skip to content

Commit

Permalink
Cleanup profile comments and use released bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Aug 30, 2010
1 parent cc9be0a commit 9b5a920
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ namespace :rvm do

desc "Install development gems using bundler to each rubie version, installing bundler if not already."
task :bundle => :setup do
rvm_each_rubie(:gemset => 'global') { rvm_install_gem 'bundler', '1.0.0.rc.6' }
rvm_each_rubie(:gemset => 'global') { rvm_install_gem 'bundler' }
rvm_each_rubie { RVM.run 'bundle install' }
end

Expand Down
22 changes: 0 additions & 22 deletions test/profile/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,3 @@ def save_ruby_prof_report(result, name, printer)
end

end

# RubyProf::FlatPrinter Creates a flat report in text format
# RubyProf::GraphPrinter Creates a call graph report in text format
# RubyProf::GraphHtmlPrinter Creates a call graph report in HTML (separate files per thread)

# RubyProf::PROCESS_TIME process time
# RubyProf::WALL_TIME wall time
# RubyProf::CPU_TIME cpu time
# RubyProf::ALLOCATIONS object allocations
# RubyProf::MEMORY memory usage
# RubyProf::GC_RUNS garbage collections runs
# RubyProf::GC_TIME garbage collection time

# RubyProf.measure_mode = RubyProf::PROCESS_TIME
# RubyProf.measure_mode = RubyProf::WALL_TIME
# RubyProf.measure_mode = RubyProf::CPU_TIME
# RubyProf.measure_mode = RubyProf::ALLOCATIONS
# RubyProf.measure_mode = RubyProf::MEMORY
# RubyProf.measure_mode = RubyProf::GC_RUNS
# RubyProf.measure_mode = RubyProf::GC_TIME


0 comments on commit 9b5a920

Please # to comment.