Controls lifetime of stats. More...
#include <Statistic.h>
Public Member Functions | |
| ~StatManager () | |
| void | push (Statistic &s) | 
| Statistics that are not lexically scoped must be added explicitly.   | |
Private Attributes | |
| std::deque< Statistic * > | stats | 
Controls lifetime of stats.
Users usually instantiate in main to print out statistics at program exit.
| Galois::StatManager::~StatManager | ( | ) |  [inline] | 
        
| void Galois::StatManager::push | ( | Statistic & | s | ) |  [inline] | 
        
Statistics that are not lexically scoped must be added explicitly.
std::deque<Statistic*> Galois::StatManager::stats [private] | 
        
 1.6.1