Method: NewRelic::Agent::Stats#is_reset?
- Defined in:
- lib/new_relic/agent/stats.rb
#is_reset? ⇒ Boolean
31 32 33 |
# File 'lib/new_relic/agent/stats.rb', line 31 def is_reset? call_count == 0 && total_call_time == 0.0 && total_exclusive_time == 0.0 end |