Galois::Statistic Class Reference
Basic per-thread statistics counter.
More...
#include <Statistic.h>
List of all members.
Detailed Description
Basic per-thread statistics counter.
Constructor & Destructor Documentation
Galois::Statistic::Statistic |
( |
const std::string & |
_sn, |
|
|
std::string |
_ln = "(NULL)" | |
|
) |
| | [inline] |
Galois::Statistic::~Statistic |
( |
|
) |
[inline] |
Member Function Documentation
std::string& Galois::Statistic::getLoopname |
( |
|
) |
[inline] |
std::string& Galois::Statistic::getStatname |
( |
|
) |
[inline] |
unsigned long Galois::Statistic::getValue |
( |
unsigned |
tid |
) |
[inline] |
Statistic& Galois::Statistic::operator+= |
( |
unsigned long |
v |
) |
[inline] |
void Galois::Statistic::report |
( |
|
) |
[inline] |
Adds stat to stat pool, usually deconsructor or StatManager calls this for you.
Member Data Documentation
The documentation for this class was generated from the following file: