Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Foreign/
DRecordEntryBase.cs22 this.Timestamp = timestamp; in RecordEntryBase()
28 …ormat("[RecordEntry: Handler={0}, Name={1}, Timestamp={2}]", Handler.Method.Name, Name, Timestamp); in ToString()
32 public TimeInterval Timestamp { get; private set; } property
DRecordEntry.cs41 public TimeInterval Timestamp property in Antmicro.Renode.EventRecording.RecordEntry
45 return @base.Timestamp;
82 public TimeInterval Timestamp property in Antmicro.Renode.EventRecording.RecordEntry
86 return @base.Timestamp;
DIRecordEntry.cs16 TimeInterval Timestamp { get; } property
DPlayer.cs42 while(entries.Current.Timestamp <= elapsedVirtualTime) in Play()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ProtoBuf/
DPerfettoTraceWriter.cs51 Timestamp = timestamp, in CreateEventBegin()
66 Timestamp = timestamp, in CreateEventEnd()
80 Timestamp = timestamp, in CreateEventInstant()
95 Timestamp = timestamp, in CreateEventCounter()
110 Timestamp = timestamp, in CreateEventCounter()
DTracePacket.cs138 public ulong Timestamp property in Antmicro.Renode.Peripherals.CPU.GuestProfiling.ProtoBuf.TracePacket
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTimerResult.cs16 …return string.Format("{2} timer check at {0}, elapsed {1}{3}.", Timestamp.ToLongTimeString(), From… in ToString()
23 public DateTime Timestamp { get; set; } property in Antmicro.Renode.Utilities.TimerResult
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs191 Timestamp = CustomDateTime.Now, in StartTimer()
204 Timestamp = CustomDateTime.Now, in CurrentTimer()
215 Timestamp = CustomDateTime.Now, in StopTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DCadenceGEM.cs528 rxDescriptorsQueue.CurrentDescriptor.Timestamp = rxPacketTimestamp; in ReceiveFrame()
623 txDescriptorsQueue.CurrentDescriptor.Timestamp = txPacketTimestamp; in SendSingleFrame()
812 public PTPTimestamp Timestamp property in Antmicro.Renode.Peripherals.Network.CadenceGEM.DmaBufferDescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs1253 { UFSDeviceAttribute.Timestamp, 0x00 } in InitAttributes()
1413 Timestamp = 0x30, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM6DSO_IMU.cs1083 Timestamp = 0x04, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs775 uImage.Timestamp, in LoadUImage()