Searched refs:timestamp (Results 1 – 13 of 13) sorted by relevance
23 … 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()
99 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)
9 …<target(s)>*:<channel>*] --start-time <start-time> --frequency <frequency> --timestamp <timestamp>`
152 def add_sample(self, sample, timestamp): argument153 self.samples.append({'sample': sample, 'timestamp': timestamp})
236 this.timestamp = timestamp; in BinaryTerminalTesterResult()241 public double timestamp { get; } property in Antmicro.Renode.RobotFramework.UartKeywords.BinaryTerminalTesterResult
55 …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…
27 Wait For Log Entry Executing scheduled action for Reg0; current timestamp is 00:00:00.${y}
42 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 5880 RETURN ${timestamp}322 # registers, combine them with seconds to get a proper timestamp, and compare
78 Elapsed Time Equals ${one_shot_start.timestamp} ${one_shot_end.timestamp} 1087 … Elapsed Time Equals ${periodic_start.timestamp} ${periodic_end.timestamp} 5 0.3
194 Should Be True ${after.timestamp} - ${before.timestamp} > 1000195 Should Be True ${after.timestamp} - ${before.timestamp} < 1050
36 Append To List ${l} ${r.timestamp}
59 Append To List ${l} ${r.timestamp}
1199 * option to control timestamp format and visibility in LoggingUartAnalyzer