Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DGetTime.cs23 … var timestamp = EmulationManager.Instance.CurrentEmulation.MasterTimeSource.ElapsedVirtualTime; in Invoke()
24 parent.Log(LogLevel.Info, "Executing GetTime command: {0}", timestamp); in Invoke()
26 return Response.Success(Identifier, ((ulong)timestamp.TotalMicroseconds).AsRawBytes()); in Invoke()
/Renode-v1.15.3-c57714d/tools/csv2resd/
Dcsv2resd.py99 if parsed.frequency is None and parsed.timestamp is None:
102 if parsed.frequency and parsed.timestamp:
151 if group.timestamp is not None:
187 timestamp_source = map_source(labels, group.timestamp)
DREADME.md9 …<target(s)>*:<channel>*] --start-time <start-time> --frequency <frequency> --timestamp <timestamp>`
Dresd.py152 def add_sample(self, sample, timestamp): argument
153 self.samples.append({'sample': sample, 'timestamp': timestamp})
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DUartKeywords.cs236 this.timestamp = timestamp; in BinaryTerminalTesterResult()
241 public double timestamp { get; } property in Antmicro.Renode.RobotFramework.UartKeywords.BinaryTerminalTesterResult
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dsnapshot-tracking.robot55 …Run Keyword And Expect Error *There are no snapshots taken before this timestamp* Execute Comm…
60 …Run Keyword And Expect Error *There are no snapshots taken before this timestamp* Execute Comm…
Dvirtual-time.robot27 Wait For Log Entry Executing scheduled action for Reg0; current timestamp is 00:00:00.${y}
/Renode-v1.15.3-c57714d/tests/platforms/
DSAME70.robot42 RETURN ${bytes} ${pkt.timestamp}
51 RETURN ${bytes} ${pkt.timestamp}
60 RETURN ${bytes} ${pkt.timestamp}
69 RETURN ${bytes} ${pkt.timestamp}
78 ${timestamp} = Get Substring ${pktBytes} 48 58
80 RETURN ${timestamp}
322 # registers, combine them with seconds to get a proper timestamp, and compare
DRenesas_RZ_G2L.robot78 Elapsed Time Equals ${one_shot_start.timestamp} ${one_shot_end.timestamp} 10
87 … Elapsed Time Equals ${periodic_start.timestamp} ${periodic_end.timestamp} 5 0.3
DARMv8A-Linux.robot194 Should Be True ${after.timestamp} - ${before.timestamp} > 1000
195 Should Be True ${after.timestamp} - ${before.timestamp} < 1050
DQuarkC1000.robot36 Append To List ${l} ${r.timestamp}
DArnold.robot59 Append To List ${l} ${r.timestamp}
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst1199 * option to control timestamp format and visibility in LoggingUartAnalyzer