# File lib/new_relic/agent/commands/thread_profiler_session.rb, line 15
        def initialize(backtrace_service)
          @backtrace_service = backtrace_service
          @started_at = nil
          @finished_profile = nil
          @profile = nil
        end