Method: NewRelic::Agent::Stats#to_s

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

#to_sObject

[View source]

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