mirror of https://github.com/rails/rails
fix Example: Rename tools/profile_requires -> tools/profile
This commit is contained in:
parent
a0613ad8a9
commit
a43213c534
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
# Example:
|
# 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)
|
abort 'Use REE so you can profile memory and object allocation' unless GC.respond_to?(:enable_stats)
|
||||||
|
|
||||||
ENV['NO_RELOAD'] ||= '1'
|
ENV['NO_RELOAD'] ||= '1'
|
||||||
|
|
Loading…
Reference in New Issue