# File lib/new_relic/agent/stats_engine/gc_profiler.rb, line 74
          def call_time_s
            ::GC.time.to_f / 1_000_000 # this value is reported in us, so convert to s
          end