Skip to content

Commit 9b5a920

Browse files
committed
Cleanup profile comments and use released bundler.
1 parent cc9be0a commit 9b5a920

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ namespace :rvm do
143143

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

test/profile/helper.rb

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,3 @@ def save_ruby_prof_report(result, name, printer)
3434
end
3535

3636
end
37-
38-
# RubyProf::FlatPrinter Creates a flat report in text format
39-
# RubyProf::GraphPrinter Creates a call graph report in text format
40-
# RubyProf::GraphHtmlPrinter Creates a call graph report in HTML (separate files per thread)
41-
42-
# RubyProf::PROCESS_TIME process time
43-
# RubyProf::WALL_TIME wall time
44-
# RubyProf::CPU_TIME cpu time
45-
# RubyProf::ALLOCATIONS object allocations
46-
# RubyProf::MEMORY memory usage
47-
# RubyProf::GC_RUNS garbage collections runs
48-
# RubyProf::GC_TIME garbage collection time
49-
50-
# RubyProf.measure_mode = RubyProf::PROCESS_TIME
51-
# RubyProf.measure_mode = RubyProf::WALL_TIME
52-
# RubyProf.measure_mode = RubyProf::CPU_TIME
53-
# RubyProf.measure_mode = RubyProf::ALLOCATIONS
54-
# RubyProf.measure_mode = RubyProf::MEMORY
55-
# RubyProf.measure_mode = RubyProf::GC_RUNS
56-
# RubyProf.measure_mode = RubyProf::GC_TIME
57-
58-

0 commit comments

Comments
 (0)