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

Class Stats

source code

object --+
         |
        Stats

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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Instantiates a Taskmaster.Stats object, initializing all appropriate counters to zero.
Overrides: object.__init__