# File lib/new_relic/agent/vm/mri_vm.rb, line 54
        def gather_thread_stats(snap)
          snap.thread_count = Thread.list.size
        end