aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/profile_requires4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/profile_requires b/tools/profile_requires
index be7770b3e5..0fd11c7d41 100755
--- a/tools/profile_requires
+++ b/tools/profile_requires
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# Example:
-# ruby -Iactivesupport/lib tools/profile_requires.rb active_support
-# ruby -Iactionpack/lib tools/profile_requires.rb action_controller
+# 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)
GC.enable_stats