new(path, mode = nil)
No documentation available.
# File tools/profile, line 17 def initialize(path, mode = nil) assert_ruby_file_exists(path) @path, @mode = path, mode require "benchmark" end