class RubyProf::CallTreeVisitor

def initialize(call_tree, max_depth: nil)

def initialize(call_tree, max_depth: nil)
  @call_tree = call_tree
  @max_depth = max_depth
end