# File lib/ruby-prof/printers/abstract_printer.rb, line 67 def print_threads @result.threads.each do |thread| print_thread(thread) end end