Module: NewRelic::Agent::StatsEngine::GCProfiler
- Defined in:
- lib/new_relic/agent/stats_engine/gc_profiler.rb
Defined Under Namespace
Classes: Profiler, RailsBench, Rubinius, Ruby19
Class Method Summary collapse
Class Method Details
.capture ⇒ Object
12 13 14 |
# File 'lib/new_relic/agent/stats_engine/gc_profiler.rb', line 12 def self.capture @profiler.capture if @profiler end |