Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tools/csv2resd/
Dcsv2resd.py179 prev_timestamp = None variable
205 if prev_timestamp is None:
207 prev_timestamp = current_timestamp variable
211 if current_timestamp != prev_timestamp:
215 … start_offset += (current_timestamp - prev_timestamp) # Gap between blocks
219 prev_timestamp = current_timestamp variable