aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorrochefort <terasawan@gmail.com>2012-10-06 01:32:02 +0900
committerrochefort <terasawan@gmail.com>2012-10-06 01:32:02 +0900
commita43213c534b6bea3a40bb833a23f8067dc476f2b (patch)
treed305ef2a59a82c1e1b7593074c6e5c14a3cc3404 /tools
parenta0613ad8a9773c76a9b0a256f7099fde35823674 (diff)
downloadrails-a43213c534b6bea3a40bb833a23f8067dc476f2b.tar.gz
rails-a43213c534b6bea3a40bb833a23f8067dc476f2b.tar.bz2
rails-a43213c534b6bea3a40bb833a23f8067dc476f2b.zip
fix Example: Rename tools/profile_requires -> tools/profile
Diffstat (limited to 'tools')
-rwxr-xr-xtools/profile2
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'