# File lib/new_relic/agent/threading/thread_profile.rb, line 54
        def sample_count
          xray? ? @backtrace_count : @poll_count
        end