# File lib/ruby-prof/call_info.rb, line 36 def to_s "#{self.target.full_name} (c: #{self.called}, tt: #{self.total_time}, st: #{self.self_time}, ct: #{self.children_time})" end