Module: Profiler__

Defined in:
lib/rubysl/profiler/profiler.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details



16
17
18
# File 'lib/rubysl/profiler/profiler.rb', line 16

def print_profile(f)
  warn_not_implemented
end

.start_profileObject



4
5
6
# File 'lib/rubysl/profiler/profiler.rb', line 4

def start_profile
  warn_not_implemented
end

.stop_profileObject



8
9
10
# File 'lib/rubysl/profiler/profiler.rb', line 8

def stop_profile
  warn_not_implemented
end

.warn_not_implementedObject



20
21
22
# File 'lib/rubysl/profiler/profiler.rb', line 20

def warn_not_implemented
  warn "Profiler__ is not implemented"
end

Instance Method Details

#options(opts) ⇒ Object



12
13
14
# File 'lib/rubysl/profiler/profiler.rb', line 12

def options(opts)
  warn_not_implemented
end