class RubyProf::CallStackPrinter
def graph_link(call_tree)
def graph_link(call_tree) total_calls = call_tree.target.called totals = total_calls.to_s "[#{call_tree.called} calls, #{totals} total]" end
def graph_link(call_tree) total_calls = call_tree.target.called totals = total_calls.to_s "[#{call_tree.called} calls, #{totals} total]" end