enum tapi_perf_report_kind

Overview

List of possible report kinds. More…

#include <tapi_performance.h>

enum tapi_perf_report_kind {
    TAPI_PERF_REPORT_KIND_DEFAULT,
    TAPI_PERF_REPORT_KIND_SENDER,
    TAPI_PERF_REPORT_KIND_RECEIVER,
};

Detailed Documentation

List of possible report kinds.

Enum Values

TAPI_PERF_REPORT_KIND_DEFAULT

Specific default report kind

TAPI_PERF_REPORT_KIND_SENDER

Sender’s report

TAPI_PERF_REPORT_KIND_RECEIVER

Receiver’s report