Method: OneApm::Agent::Threading::BacktraceService#aggregate_global_backtrace
- Defined in:
- lib/one_apm/support/backtrace/backtrace_service.rb
#aggregate_global_backtrace(backtrace, bucket, thread) ⇒ Object
This method is expected to be called with @lock held.
197 198 199 200 201 |
# File 'lib/one_apm/support/backtrace/backtrace_service.rb', line 197 def aggregate_global_backtrace(backtrace, bucket, thread) if @profiles[OA_ALL_TRANSACTIONS] @profiles[OA_ALL_TRANSACTIONS].aggregate(backtrace, bucket, thread) end end |