Class: Appsignal::GarbageCollection::NilProfiler

Inherits:
Object
  • Object
show all
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_timeObject



85
86
87
# File 'lib/appsignal/garbage_collection.rb', line 85

def total_time
  0
end