
ic_stat(++Command)

   Enables/disables/resets/prints stats gathering information

Arguments
   Command             Statistics related command (eg. turn on, print)

Type
   library(ic_kernel)

Description

	The available commands for controlling statistics gathering are...

onEnables the recording of stats events.
offDisables the recording of stats events.
resetZero's all stats event counters.
printPrints, on standard output, the value of all registered
             stats event counters.


	User programs may register their own events to be recorded by
	calling the ic_stat_register_event/2.


See Also
   ic_stat_register_event / 2, ic_stat_get / 1
