Class: Appsignal::GarbageCollection::NilProfiler
- Defined in:
- lib/appsignal/garbage_collection.rb
Overview
A dummy profiler that always returns 0 as the total time. Used when GC profiler is disabled.
Instance Method Summary collapse
Instance Method Details
#total_time ⇒ Object
85 86 87 |
# File 'lib/appsignal/garbage_collection.rb', line 85 def total_time 0 end |