Statistical data set for profiling. More...
Public Member Functions | |
| StatData (const OneStatMap &os_map) | |
| const StatCollection & | stats () const |
| void | resetCurrentStat () |
| void | mergeData (OneStat one_stat) |
| void | mergeAllData (const StatData &all_stat) |
| void | mergeAllData (const OneStatMap &all_stat) |
Private Types | |
| using | OneStatMap = std::map<String, OneStat*> |
| DEPRECATED. | |
Private Attributes | |
| StatCollection | m_stat_col |
Statistical data set for profiling.
This class is internal to Arccore.
|
private |
|
explicit |
Definition at line 161 of file arccore/src/message_passing/arccore/message_passing/Stat.cc.
| void Arcane::MessagePassing::StatData::mergeAllData | ( | const OneStatMap & | all_stat | ) |
Definition at line 206 of file arccore/src/message_passing/arccore/message_passing/Stat.cc.
| void Arcane::MessagePassing::StatData::mergeAllData | ( | const StatData & | all_stat | ) |
Definition at line 195 of file arccore/src/message_passing/arccore/message_passing/Stat.cc.
| void Arcane::MessagePassing::StatData::mergeData | ( | OneStat | one_stat | ) |
Definition at line 181 of file arccore/src/message_passing/arccore/message_passing/Stat.cc.
| void Arcane::MessagePassing::StatData::resetCurrentStat | ( | ) |
Definition at line 171 of file arccore/src/message_passing/arccore/message_passing/Stat.cc.
|
inline |
|
private |