# File lib/new_relic/agent/threading/thread_profile.rb, line 136
        def to_log_description
          id = if xray?
                 "@xray_id: #{xray_id}"
               else
                 "@profile_id: #{profile_id}"
               end

          "#<ThreadProfile:#{object_id} #{id} @command_arguments=#{@command_arguments.inspect}>"
        end