fix Example: Rename tools/profile_requires -> tools/profile

This commit is contained in:
rochefort 2012-10-06 01:32:02 +09:00
parent a0613ad8a9
commit a43213c534
1 changed files with 1 additions and 1 deletions

View File

@ -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'