Method: NewRelic::Agent::StatsEngine#clear_stats
- Defined in:
- lib/new_relic/agent/stats_engine.rb
permalink #clear_stats ⇒ Object
For use by test code only.
187 188 189 190 |
# File 'lib/new_relic/agent/stats_engine.rb', line 187 def clear_stats reset! NewRelic::Agent::TransactionTimeAggregator.reset! end |