method

new

rails latest stable - Class: CodeTools::Profiler
new(path, mode = nil)
public

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