diff --git a/tools/profile b/tools/profile index a35dd18b77f44a2f817e0e62916cfdd890b1e731..856057c416902307283f403f219e3b061f4eff91 100755 --- a/tools/profile +++ b/tools/profile @@ -1,4 +1,7 @@ #!/usr/bin/env ruby +# Profile require calls giving information about the time and the files that are called +# when loading the provided file. +# # Example: # tools/profile activesupport/lib/active_support.rb [ruby-prof mode] [ruby-prof printer] ENV['NO_RELOAD'] ||= '1'