NAME
	gauge - measure system time

SYNTAX
	gauge { commands }
	or
	gauge ( expression )

DESCRIPTION
	Gauge measure how much cpu time is used to execute the commands
	given as arguments. The number of milliseconds used is returned
	as an integer.

SEE ALSO
	catch, builtin/rusage
