Package SCons :: Module Taskmaster :: Class Stats
[hide private]
[frames] | no frames]

Class Stats

source code


A simple class for holding statistics about the disposition of a
Node by the Taskmaster.  If we're collecting statistics, each Node
processed by the Taskmaster gets one of these attached, in which case
the Taskmaster records its decision each time it processes the Node.
(Ideally, that's just once per Node.)



Instance Methods [hide private]
 
__init__(self)
Instantiates a Taskmaster.Stats object, initializing all appropriate counters to zero.
source code