class RubyProf::Thread

def total_time

Returns the total time this thread was executed.
def total_time
  self.call_tree.total_time
end