Multi-ApplicationOnlineProfiling
2.1
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | MAP_Event |
Enumerations | |
enum | MAP_Metric_type { MAP_METRIC_NONE, MAP_METRIC_UINT64, MAP_METRIC_DOUBLE, MAP_METRIC_COUNT } |
Variables | |
static const char *const | MAP_Metric_type_name [MAP_METRIC_COUNT] |
enum MAP_Metric_type |
Datatype associated with the metric
Enumerator | |
---|---|
MAP_METRIC_NONE | |
MAP_METRIC_UINT64 |
Default not set |
MAP_METRIC_DOUBLE |
Caries a 64bit unsigned int |
MAP_METRIC_COUNT |
Caries a double Number of types |
Definition at line 30 of file MAP_Event.h.
|
static |
Convert a MAP_Metric_type to an human readable format
Definition at line 39 of file MAP_Event.h.