Module: Profiler__
- Defined in:
- lib/rubysl/profiler/profiler.rb
Class Method Summary collapse
- .print_profile(f) ⇒ Object
- .start_profile ⇒ Object
- .stop_profile ⇒ Object
- .warn_not_implemented ⇒ Object
Instance Method Summary collapse
Class Method Details
.print_profile(f) ⇒ Object
16 17 18 |
# File 'lib/rubysl/profiler/profiler.rb', line 16 def print_profile(f) warn_not_implemented end |
.start_profile ⇒ Object
4 5 6 |
# File 'lib/rubysl/profiler/profiler.rb', line 4 def start_profile warn_not_implemented end |
.stop_profile ⇒ Object
8 9 10 |
# File 'lib/rubysl/profiler/profiler.rb', line 8 def stop_profile warn_not_implemented end |
.warn_not_implemented ⇒ Object
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 (opts) warn_not_implemented end |