aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2012-10-05 09:38:02 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2012-10-05 09:38:02 -0700
commit8197b57c8fe62cc53e2416a076ae1c8613c0b537 (patch)
treed305ef2a59a82c1e1b7593074c6e5c14a3cc3404
parenta0613ad8a9773c76a9b0a256f7099fde35823674 (diff)
parenta43213c534b6bea3a40bb833a23f8067dc476f2b (diff)
downloadrails-8197b57c8fe62cc53e2416a076ae1c8613c0b537.tar.gz
rails-8197b57c8fe62cc53e2416a076ae1c8613c0b537.tar.bz2
rails-8197b57c8fe62cc53e2416a076ae1c8613c0b537.zip
Merge pull request #7852 from rochefort/fix-example
fix Example: Rename tools/profile_requires -> tools/profile
-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'