Method: NewRelic::Agent::Transaction#normal_cpu_burn

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

#normal_cpu_burnObject


913
914
915
916
917
# File 'lib/new_relic/agent/transaction.rb', line 913

def normal_cpu_burn
  return unless @process_cpu_start

  process_cpu - @process_cpu_start
end