# File lib/ruby-prof/profile.rb, line 9
    def post_process
      self.threads.each do |thread|
        detect_recursion(thread)
      end
    end