Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 1 of 1) sorted by relevance

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c2749 uint32_t timestamp = 0; in prvTraceGetDTS() local
2779 prvTracePortGetTimeStamp(&timestamp); in prvTraceGetDTS()
2785 dts = timestamp - old_timestamp; in prvTraceGetDTS()
2786 old_timestamp = timestamp; in prvTraceGetDTS()
2815 RecorderDataPtr->absTimeLastEvent = timestamp; in prvTraceGetDTS()