Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
MAP_Event.h File Reference
#include <stdint.h>
Include dependency graph for MAP_Event.h:
This graph shows which files directly or indirectly include this file:

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]
 

Enumeration Type Documentation

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.

Variable Documentation

const char* const MAP_Metric_type_name[MAP_METRIC_COUNT]
static
Initial value:
=
{
"none",
"uint64_t",
"double"
}

Convert a MAP_Metric_type to an human readable format

Definition at line 39 of file MAP_Event.h.