Method: NewRelic::Agent::StatsEngine#clear_stats

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

#clear_statsObject

For use by test code only.

[View source]

187
188
189
190
# File 'lib/new_relic/agent/stats_engine.rb', line 187

def clear_stats
  reset!
  NewRelic::Agent::TransactionTimeAggregator.reset!
end