Contains a time stamp vector debug event parameter value.
typedef struct DB_timeStampVector {
unsigned int count;
EVT_TimeStamp *timeStamps;
};
The number of time stamps contained in the vector.
A pointer to an array containing count EVT_TimeStamp structures.