From a43213c534b6bea3a40bb833a23f8067dc476f2b Mon Sep 17 00:00:00 2001 From: rochefort Date: Sat, 6 Oct 2012 01:32:02 +0900 Subject: fix Example: Rename tools/profile_requires -> tools/profile --- tools/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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' -- cgit v1.2.3