Galois::StatManager Class Reference

Controls lifetime of stats. More...

#include <Statistic.h>

List of all members.

Public Member Functions

 ~StatManager ()
void push (Statistic &s)
 Statistics that are not lexically scoped must be added explicitly.

Private Attributes

std::deque< Statistic * > stats

Detailed Description

Controls lifetime of stats.

Users usually instantiate in main to print out statistics at program exit.


Constructor & Destructor Documentation

Galois::StatManager::~StatManager (  )  [inline]

Member Function Documentation

void Galois::StatManager::push ( Statistic s  )  [inline]

Statistics that are not lexically scoped must be added explicitly.


Member Data Documentation

std::deque<Statistic*> Galois::StatManager::stats [private]

The documentation for this class was generated from the following file:

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1