performance_report.transport module

class performance_report.transport.TRANSPORT(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: str, Enum

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