# File lib/new_relic/agent/transaction.rb, line 891 def jruby_cpu_burn return unless @jruby_cpu_start jruby_cpu_time - @jruby_cpu_start end