class RubyProf::CallTree

def total_time

The total time resulting from the parent method calling the target method
def total_time
  self.measurement.total_time
end