Module: Oboe::API::TracingNoop
- Defined in:
- lib/oboe/api/tracing.rb
Instance Method Summary collapse
- #start_trace(layer, xtrace, opts = {}) ⇒ Object
- #start_trace_with_target(layer, xtrace, target, opts = {}) ⇒ Object
- #trace(layer, opts = {}) ⇒ Object
Instance Method Details
#start_trace(layer, xtrace, opts = {}) ⇒ Object
137 138 139 |
# File 'lib/oboe/api/tracing.rb', line 137 def start_trace(layer, xtrace, opts={}) [yield, xtrace] end |
#start_trace_with_target(layer, xtrace, target, opts = {}) ⇒ Object
141 142 143 |
# File 'lib/oboe/api/tracing.rb', line 141 def start_trace_with_target(layer, xtrace, target, opts={}) yield end |
#trace(layer, opts = {}) ⇒ Object
133 134 135 |
# File 'lib/oboe/api/tracing.rb', line 133 def trace(layer, opts={}) yield end |