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... | |
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.
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.
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.
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.
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.