Method: NewRelic::Agent::Stats#to_s
- Defined in:
- lib/new_relic/agent/stats.rb
permalink #to_s ⇒ Object
73 74 75 |
# File 'lib/new_relic/agent/stats.rb', line 73 def to_s "[#{'%2i' % call_count.to_i} calls #{'%.4f' % total_call_time.to_f}s / #{'%.4f' % total_exclusive_time.to_f}s ex]" end |