Project
Loading...
Searching...
No Matches
o2::framework::ParsedMetricMatch Struct Reference

Temporary struct to hold a metric after it has been parsed. More...

#include <DeviceMetricsInfo.h>

Public Attributes

char const * beginKey
 
char const * endKey
 
int firstIndex = -1
 
int lastIndex = -1
 
size_t timestamp
 
MetricType type
 
int intValue
 
float floatValue
 
uint64_t uint64Value
 
char const * beginStringValue
 
char const * endStringValue
 

Detailed Description

Temporary struct to hold a metric after it has been parsed.

Definition at line 80 of file DeviceMetricsInfo.h.

Member Data Documentation

◆ beginKey

char const* o2::framework::ParsedMetricMatch::beginKey

Definition at line 82 of file DeviceMetricsInfo.h.

◆ beginStringValue

char const* o2::framework::ParsedMetricMatch::beginStringValue

Definition at line 99 of file DeviceMetricsInfo.h.

◆ endKey

char const* o2::framework::ParsedMetricMatch::endKey

Definition at line 84 of file DeviceMetricsInfo.h.

◆ endStringValue

char const* o2::framework::ParsedMetricMatch::endStringValue

Definition at line 100 of file DeviceMetricsInfo.h.

◆ firstIndex

int o2::framework::ParsedMetricMatch::firstIndex = -1

Definition at line 91 of file DeviceMetricsInfo.h.

◆ floatValue

float o2::framework::ParsedMetricMatch::floatValue

Definition at line 97 of file DeviceMetricsInfo.h.

◆ intValue

int o2::framework::ParsedMetricMatch::intValue

Definition at line 96 of file DeviceMetricsInfo.h.

◆ lastIndex

int o2::framework::ParsedMetricMatch::lastIndex = -1

Definition at line 93 of file DeviceMetricsInfo.h.

◆ timestamp

size_t o2::framework::ParsedMetricMatch::timestamp

Definition at line 94 of file DeviceMetricsInfo.h.

◆ type

MetricType o2::framework::ParsedMetricMatch::type

Definition at line 95 of file DeviceMetricsInfo.h.

◆ uint64Value

uint64_t o2::framework::ParsedMetricMatch::uint64Value

Definition at line 98 of file DeviceMetricsInfo.h.


The documentation for this struct was generated from the following file: