method

new

new(path, mode = nil)
public

No documentation available.

# File tools/profile, line 15
    def initialize(path, mode = nil)
      assert_ruby_file_exists(path)
      @path, @mode = path, mode
      require "benchmark"
    end