method
new
v5.1.7 -
Show latest stable
- Class:
CodeTools::Profiler
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