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