Rest of the elapsed time (a fraction of a second).

Number of nanoseconds.

Property definitions

realtime $ Timespec :: nanosec
	# Rest of the elapsed time (a fraction of a second).
	#
	# Number of nanoseconds.
	fun nanosec : Int `{
		return self->tv_nsec;
	`}
lib/realtime/realtime.nit:118,2--123,3