Seconds since the creation of this instance

Property definitions

realtime $ Clock :: total
	# Seconds since the creation of this instance
	fun total: Float
	do
		var now = temp
		now.update
		now.minus(now, time_at_beginning)
		return now.to_f
	end
lib/realtime/realtime.nit:195,2--202,4