# File lib/god/system/process.rb, line 31
      def cpu_time
        time_string_to_seconds(ps_string('time'))
      end