FrontPanel Platform API - v6.0.0
    Preparing search index...

    Type Alias AXIOperationStatistics

    Type representing statistics of an AXI operation.

    type AXIOperationStatistics = {
        transactionCount: number;
        transferByteCount: number;
    }
    Index

    Properties

    transactionCount: number
    transferByteCount: number