struct xpum_device_fabric_throughput_metric_t

Overview

Struct to store device fabric throughput metric data. More…

#include <xpum_structs.h>

struct xpum_device_fabric_throughput_metric_t
{
    // fields

    uint32_t tile_id;
    uint32_t remote_device_id;
    uint32_t remote_device_tile_id;
    xpum_fabric_throughput_type_t type;
    uint64_t value;
    uint32_t scale;
};

Detailed Documentation

Struct to store device fabric throughput metric data.

Fields

uint32_t tile_id

tile id

uint32_t remote_device_id

remote device id

uint32_t remote_device_tile_id

remote tile id

xpum_fabric_throughput_type_t type

fabric throughput type

uint64_t value

The value.

uint32_t scale

The magnification of the value, accumulated, min, avg, and max fields.