diff options
Diffstat (limited to 'tools/profile')
-rwxr-xr-x | tools/profile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/profile b/tools/profile index a6e3b41900..6cc935bce5 100755 --- a/tools/profile +++ b/tools/profile @@ -1,14 +1,12 @@ #!/usr/bin/env ruby # Example: # tools/profile_requires activesupport/lib/active_support.rb -# tools/profile_requires activeresource/examples/simple.rb abort 'Use REE so you can profile memory and object allocation' unless GC.respond_to?(:enable_stats) ENV['NO_RELOAD'] ||= '1' ENV['RAILS_ENV'] ||= 'development' GC.enable_stats -require 'rubygems' Gem.source_index require 'benchmark' |