NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwSerializerStats Struct Reference

Detailed Description

Holds the available statistics for a serializer.

Definition at line 58 of file SensorSerializerTypes.h.

Data Fields

dwTime_t currentDeltaUs [DW_SERIALIZER_STAT_COUNT]
 Array of current latencies of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference [us]. More...
 
dwTime_t minDeltaUs [DW_SERIALIZER_STAT_COUNT]
 Array of min latencies of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference [us]. More...
 
dwTime_t maxDeltaUs [DW_SERIALIZER_STAT_COUNT]
 Array of max latencies of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference [us]. More...
 
float64_t standardDeviationDelta [DW_SERIALIZER_STAT_COUNT]
 Array of Variance of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference. More...
 
float64_t meanDelta [DW_SERIALIZER_STAT_COUNT]
 Array of Mean of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference. More...
 

Field Documentation

◆ currentDeltaUs

dwTime_t dwSerializerStats::currentDeltaUs[DW_SERIALIZER_STAT_COUNT]

Array of current latencies of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference [us].

Definition at line 62 of file SensorSerializerTypes.h.

◆ maxDeltaUs

dwTime_t dwSerializerStats::maxDeltaUs[DW_SERIALIZER_STAT_COUNT]

Array of max latencies of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference [us].

Definition at line 68 of file SensorSerializerTypes.h.

◆ meanDelta

float64_t dwSerializerStats::meanDelta[DW_SERIALIZER_STAT_COUNT]

Array of Mean of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference.

Definition at line 74 of file SensorSerializerTypes.h.

◆ minDeltaUs

dwTime_t dwSerializerStats::minDeltaUs[DW_SERIALIZER_STAT_COUNT]

Array of min latencies of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference [us].

Definition at line 65 of file SensorSerializerTypes.h.

◆ standardDeviationDelta

float64_t dwSerializerStats::standardDeviationDelta[DW_SERIALIZER_STAT_COUNT]

Array of Variance of all the time deltas between various stages of serialization as per the dwSerializerStatTimeDifference.

Definition at line 71 of file SensorSerializerTypes.h.


The documentation for this struct was generated from the following file: