class RubyProf::MethodInfo

def total_time

The total time this method took - includes self time + wait time + child time
def total_time
  self.measurement.total_time
end