Searched refs:CurrentTimestamp (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/ | ||
| D | DataBlock.cs | 47 public abstract ulong CurrentTimestamp { get; } property in Antmicro.Renode.Utilities.RESD.DataBlock |
| D | RESDStream.cs | 370 …serializedTimestamp = currentBlock != null ? currentBlock.CurrentTimestamp : currentTimestampInNan… in BeforeSerialization() |