performance_report.transport module

class performance_report.transport.TRANSPORT(value)

Bases: str, Enum

An enumeration.

INTRA = 'INTRA'
SHMEM = 'SHMEM'
UDP = 'UDP'
ZERO_COPY = 'ZERO_COPY'