Method: NewRelic::Agent::Transaction#cpu_burn

Defined in:
lib/new_relic/agent/transaction.rb

#cpu_burnObject

[View source]

909
910
911
# File 'lib/new_relic/agent/transaction.rb', line 909

def cpu_burn
  normal_cpu_burn || jruby_cpu_burn
end