Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tools/csv2resd/
Dcsv2resd.py172 timestamp_source = None variable
187 timestamp_source = map_source(labels, group.timestamp) variable
188 if timestamp_source is None:
203 current_timestamp = int(row[timestamp_source])
223 block.add_sample(mapping.remap(row), int(row[timestamp_source]))