|
9.4 (revision f07997df4)
|
Properties describing a metric. Provided by the get_event_info function. More...
#include <SCOREP_MetricPlugins.h>
Data Fields | |
| SCOREP_MetricBase | base |
| char * | description |
| int64_t | exponent |
| SCOREP_MetricMode | mode |
| char * | name |
| char * | unit |
| SCOREP_MetricValueType | value_type |
Properties describing a metric. Provided by the get_event_info function.
| SCOREP_MetricBase SCOREP_Metric_Plugin_MetricProperties::base |
Base of metric: decimal, binary
| char* SCOREP_Metric_Plugin_MetricProperties::description |
Additional information about the metric
| int64_t SCOREP_Metric_Plugin_MetricProperties::exponent |
Exponent to scale metric: e.g., 3 for kilo
| SCOREP_MetricMode SCOREP_Metric_Plugin_MetricProperties::mode |
Metric mode: valid combination of ACCUMULATED|ABSOLUTE|RELATIVE + POINT|START|LAST|NEXT
| char* SCOREP_Metric_Plugin_MetricProperties::name |
Plugin name
| char* SCOREP_Metric_Plugin_MetricProperties::unit |
Unit string of recorded metric
| SCOREP_MetricValueType SCOREP_Metric_Plugin_MetricProperties::value_type |
Value type: signed 64 bit integer, unsigned 64 bit integer, double