struct xpum_device_fabric_throughput_stats_t

Overview

Struct to store device fabric throughput statistics data. More…

#include <xpum_structs.h>

struct xpum_device_fabric_throughput_stats_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;
    uint64_t accumulated;
    uint64_t min;
    uint64_t avg;
    uint64_t max;
    uint32_t scale;
    xpum_device_id_t deviceId;
};

Detailed Documentation

Struct to store device fabric throughput statistics 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, in B/s.

uint64_t accumulated

The accumulated value for counter type.

uint64_t min

The min value since last call.

uint64_t avg

The average value since last call.

uint64_t max

The max value since last call.

uint32_t scale

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

xpum_device_id_t deviceId

Device id.