class Appsignal::NilGarbageCollectionProfiler

@api private
Used when we don’t want any profile information
that always returns 0 as the total time.
{Appsignal::NilGarbageCollectionProfiler} is a dummy profiler

def total_time

def total_time
  0
end