# File lib/new_relic/agent/method_tracer.rb, line 70 def trace_execution_scoped(metric_names, options={}) #THREAD_LOCAL_ACCESS NewRelic::Agent::MethodTracerHelpers.trace_execution_scoped(metric_names, options) do # Using an implicit block avoids object allocation for a &block param yield end end