Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DCustomDateTime.cs14 public static class CustomDateTime class
18 static CustomDateTime() in CustomDateTime() method in Antmicro.Renode.Utilities.CustomDateTime
DFileCopier.cs54 var lastTime = CustomDateTime.Now; in Copy()
71 var now = CustomDateTime.Now; in Copy()
DCachingFileFetcher.cs208 var now = CustomDateTime.Now; in TryDownloadInner()
212 var newNow = CustomDateTime.Now; in TryDownloadInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/
DLoggingUartAnalyzer.cs49 baseStampHost = CustomDateTime.Now; in Show()
73 var hostNow = CustomDateTime.Now; in WriteChar()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCLIProgressMonitor.cs24 var now = CustomDateTime.Now; in Update()
DCrashHandler.cs64 var filename = CustomDateTime.Now.ToString("yyyyMMddHHmmssfff"); in SaveErrorToFile()
/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()
DMachine.cs72 machineCreatedAt = new DateTime(CustomDateTime.Now.Ticks, DateTimeKind.Local); in Machine()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DVideoAnalyzer.cs54 lastRewrite = CustomDateTime.Now; in OnAttach()
148 …th.Combine(screenshotDir, string.Format("screenshot-{0:yyyy_M_d_HHmmss}.png", CustomDateTime.Now)); in EnsureAnalyserWidget()
209 var now = CustomDateTime.Now; in RefreshFramerate()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DFileBackend.cs42 … output.WriteLine(string.Format("{0:HH:mm:ss.ffff} [{1}] {2}", CustomDateTime.Now, type, message)); in Log()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfilerEntry.cs21 RealTime = CustomDateTime.Now.Ticks; in BaseEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/PythonPeripherals/
DSerializationTests.cs72 Assert.AreEqual(CustomDateTime.Now.Hour, copy.ReadDoubleWord(0), 1); in ShouldSerializePyDevWithModuleImport()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs702 …ormat("([host: {2}, virt: {3, 7}] {0} event: {1})\n", eventName, what, CustomDateTime.Now, virtMs); in ReportInner()
739 this.HostTimestamp = CustomDateTime.Now; in Line()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs529 …var entry = new LogEntry(CustomDateTime.Now, type, message, sourceId, alwaysAppendMachineName, Thr… in ObjectInnerLog()