#include <statistics.h>
Definition at line 64 of file statistics.h.
Public Member Functions | |
void | add (const StatisticsCollection &collection) |
Add the statistics of another collection. | |
void | clear () |
void | create (const string &name) |
const Statistics & | get (const string &name) const |
Statistics & | get (const string &name) |
void | print (ostream &o) const |
Private Attributes | |
map< string, Statistics > | m_map |
|
Add the statistics of another collection. The collections must contain the same entries. Definition at line 60 of file statistics.cpp. References m_map. |
|
Definition at line 75 of file statistics.cpp. References m_map. Referenced by PathFind::IDAStar::findPath(), PathFind::AStar< MARKER, CLOSED >::findPath(), and PathFind::FringeSearch< MARKER >::init(). |
|
Definition at line 82 of file statistics.cpp. References m_map. Referenced by PathFind::IDAStar::createStatistics(), PathFind::FringeSearch< MARKER >::createStatistics(), and PathFind::AStar< MARKER, CLOSED >::createStatistics(). |
|
Definition at line 100 of file statistics.cpp. References m_map. |
|
|
Definition at line 112 of file statistics.cpp. References m_map, and PathFind::Statistics::print(). |
|
Definition at line 83 of file statistics.h. |