# File lib/new_relic/agent/threading/backtrace_service.rb, line 246 def should_profile_agent_code? @profiles.values.any? { |p| p.profile_agent_code } end