diff options
author | rochefort <terasawan@gmail.com> | 2012-10-06 01:32:02 +0900 |
---|---|---|
committer | rochefort <terasawan@gmail.com> | 2012-10-06 01:32:02 +0900 |
commit | a43213c534b6bea3a40bb833a23f8067dc476f2b (patch) | |
tree | d305ef2a59a82c1e1b7593074c6e5c14a3cc3404 | |
parent | a0613ad8a9773c76a9b0a256f7099fde35823674 (diff) | |
download | rails-a43213c534b6bea3a40bb833a23f8067dc476f2b.tar.gz rails-a43213c534b6bea3a40bb833a23f8067dc476f2b.tar.bz2 rails-a43213c534b6bea3a40bb833a23f8067dc476f2b.zip |
fix Example: Rename tools/profile_requires -> tools/profile
-rwxr-xr-x | tools/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profile b/tools/profile index 6cc935bce5..d4cfa13f0a 100755 --- a/tools/profile +++ b/tools/profile @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # Example: -# tools/profile_requires activesupport/lib/active_support.rb +# tools/profile activesupport/lib/active_support.rb abort 'Use REE so you can profile memory and object allocation' unless GC.respond_to?(:enable_stats) ENV['NO_RELOAD'] ||= '1' |