Module: Monitor | simpy-1.3\SimPy\Monitor.py | |||||||
---|---|---|---|---|---|---|---|---|
Monitored variablesA Class for monitored variables, that is, variables that allow one to gather simple means and variances, either tallied or accumulated over time. A monitored variable is an object of the class and is set up using m= Monitor(). It can be given a unique name for use in debugging and in tracing. For the generator version of SimPy HISTORY 2002 10 23: 1.4 added try-except to calculations of statistics 2002 11 22: testing new now() 2003 4 13: added Simpy to error messages 2003 4 18: minor correction to error messages
|