# File lib/new_relic/agent/threading/thread_profile.rb, line 66 def unique_thread_count return 0 if @unique_threads.nil? @unique_threads.length end