|
Zoltan2
|
A class containing the metrics for one measurable item. More...
#include <Zoltan2_Metric.hpp>
Public Types |
Public Member Functions | |
| void | printLine (std::ostream &os) const |
| Print a standard line of data that fits under the header. More... | |
| GraphMetricValues (std::string mname) | |
| Constructor. More... | |
| GraphMetricValues () | |
| Constructor. More... | |
| void | setName (std::string name) |
| Set or reset the name. More... | |
| void | setGlobalSum (scalar_t x) |
| Set the global sum. More... | |
| void | setGlobalMax (scalar_t x) |
| Set the global maximum across parts. More... | |
| const std::string & | getName () const |
| Get the name of the item measured. More... | |
| scalar_t | getGlobalSum () const |
| Get the global sum for all parts. More... | |
| scalar_t | getGlobalMax () const |
| Get the global maximum across all parts. More... | |
Static Public Member Functions | |
| static void | printHeader (std::ostream &os) |
| Print a standard header. More... | |
A class containing the metrics for one measurable item.
Definition at line 202 of file Zoltan2_Metric.hpp.
| enum Zoltan2::GraphMetricValues::metricOffset |
Enumerator for offsets into metric data.
| Enumerator | |
|---|---|
| evalGlobalSum |
the global total on all parts |
| evalGlobalMax |
the maximum across all parts |
| evalNumMetrics |
the number of metric values_ |
Definition at line 217 of file Zoltan2_Metric.hpp.
|
inline |
Constructor.
Definition at line 231 of file Zoltan2_Metric.hpp.
|
inline |
Constructor.
Definition at line 236 of file Zoltan2_Metric.hpp.
|
static |
Print a standard header.
Definition at line 324 of file Zoltan2_Metric.hpp.
| void Zoltan2::GraphMetricValues< scalar_t >::printLine | ( | std::ostream & | os | ) | const |
Print a standard line of data that fits under the header.
Definition at line 313 of file Zoltan2_Metric.hpp.
|
inline |
Set or reset the name.
Definition at line 241 of file Zoltan2_Metric.hpp.
|
inline |
Set the global sum.
Definition at line 244 of file Zoltan2_Metric.hpp.
|
inline |
Set the global maximum across parts.
Definition at line 247 of file Zoltan2_Metric.hpp.
|
inline |
Get the name of the item measured.
Definition at line 250 of file Zoltan2_Metric.hpp.
|
inline |
Get the global sum for all parts.
Definition at line 253 of file Zoltan2_Metric.hpp.
|
inline |
Get the global maximum across all parts.
Definition at line 256 of file Zoltan2_Metric.hpp.
1.8.11