# File lib/new_relic/agent/commands/thread_profiler_session.rb, line 29
        def handle_stop_command(agent_command)
          report_data = agent_command.arguments.fetch("report_data", true)
          stop(report_data)
        end