# File lib/facet/timer.rb, line 94 def total_time if running? then return @total_time + (Time.now - @start_time) else return @total_time end end