# File lib/new_relic/agent/commands/agent_command_router.rb, line 68
        def harvest!
          profiles = []
          profiles += harvest_from_xray_session_collection
          profiles += harvest_from_thread_profiler_session
          log_profiles(profiles)
          profiles
        end